Lines Matching refs:DirectOutputThread
3083 status_t DirectOutputThread::selectPresentation(int presentationId, int programId) { in selectPresentation()
6779 return sp<DirectOutputThread>::make( in createDirectOutputThread()
6783 DirectOutputThread::DirectOutputThread(const sp<IAfThreadCallback>& afThreadCallback, in DirectOutputThread() function in android::DirectOutputThread
6792 DirectOutputThread::~DirectOutputThread() in ~DirectOutputThread()
6796 void DirectOutputThread::dumpInternals_l(int fd, const Vector<String16>& args) in dumpInternals_l()
6803 void DirectOutputThread::setMasterBalance(float balance) in setMasterBalance()
6813 void DirectOutputThread::processVolume_l(IAfTrack* track, bool lastTrack) in processVolume_l()
6923 void DirectOutputThread::onAddNewTrack_l() in onAddNewTrack_l()
6948 PlaybackThread::mixer_state DirectOutputThread::prepareTracks_l( in prepareTracks_l()
7171 void DirectOutputThread::threadLoop_mix() in threadLoop_mix()
7198 void DirectOutputThread::threadLoop_sleepTime() in threadLoop_sleepTime()
7214 void DirectOutputThread::threadLoop_exit() in threadLoop_exit()
7232 bool DirectOutputThread::shouldStandby_l() in shouldStandby_l()
7253 bool DirectOutputThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
7295 uint32_t DirectOutputThread::activeSleepTimeUs() const in activeSleepTimeUs()
7306 uint32_t DirectOutputThread::idleSleepTimeUs() const in idleSleepTimeUs()
7317 uint32_t DirectOutputThread::suspendSleepTimeUs() const in suspendSleepTimeUs()
7328 void DirectOutputThread::cacheParameters_l() in cacheParameters_l()
7344 void DirectOutputThread::flushHw_l() in flushHw_l()
7358 int64_t DirectOutputThread::computeWaitTimeNs_l() const { in computeWaitTimeNs_l()
7491 : DirectOutputThread(afThreadCallback, output, id, OFFLOAD, systemReady, offloadInfo), in OffloadThread()
7782 DirectOutputThread::flushHw_l(); in flushHw_l()