Lines Matching refs:DirectOutputThread

3037 status_t DirectOutputThread::selectPresentation(int presentationId, int programId) {  in selectPresentation()
6650 return sp<DirectOutputThread>::make( in createDirectOutputThread()
6654 DirectOutputThread::DirectOutputThread(const sp<IAfThreadCallback>& afThreadCallback, in DirectOutputThread() function in android::DirectOutputThread
6663 DirectOutputThread::~DirectOutputThread() in ~DirectOutputThread()
6667 void DirectOutputThread::dumpInternals_l(int fd, const Vector<String16>& args) in dumpInternals_l()
6674 void DirectOutputThread::setMasterBalance(float balance) in setMasterBalance()
6684 void DirectOutputThread::processVolume_l(IAfTrack* track, bool lastTrack) in processVolume_l()
6762 void DirectOutputThread::onAddNewTrack_l() in onAddNewTrack_l()
6787 PlaybackThread::mixer_state DirectOutputThread::prepareTracks_l( in prepareTracks_l()
7011 void DirectOutputThread::threadLoop_mix() in threadLoop_mix()
7038 void DirectOutputThread::threadLoop_sleepTime() in threadLoop_sleepTime()
7054 void DirectOutputThread::threadLoop_exit() in threadLoop_exit()
7072 bool DirectOutputThread::shouldStandby_l() in shouldStandby_l()
7093 bool DirectOutputThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
7135 uint32_t DirectOutputThread::activeSleepTimeUs() const in activeSleepTimeUs()
7146 uint32_t DirectOutputThread::idleSleepTimeUs() const in idleSleepTimeUs()
7157 uint32_t DirectOutputThread::suspendSleepTimeUs() const in suspendSleepTimeUs()
7168 void DirectOutputThread::cacheParameters_l() in cacheParameters_l()
7184 void DirectOutputThread::flushHw_l() in flushHw_l()
7198 int64_t DirectOutputThread::computeWaitTimeNs_l() const { in computeWaitTimeNs_l()
7331 : DirectOutputThread(afThreadCallback, output, id, OFFLOAD, systemReady, offloadInfo), in OffloadThread()
7617 DirectOutputThread::flushHw_l(); in flushHw_l()