Home
last modified time | relevance | path

Searched refs:RecordThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp1430 status_t RecordThread::checkEffectCompatibility_l( in checkEffectCompatibility_l()
8058 return sp<RecordThread>::make(afThreadCallback, input, id, systemReady); in create()
8061 RecordThread::RecordThread(const sp<IAfThreadCallback>& afThreadCallback, in RecordThread() function in android::RecordThread
8222 RecordThread::~RecordThread() in ~RecordThread()
8244 void RecordThread::onFirstRef() in onFirstRef()
8249 void RecordThread::preExit() in preExit()
8261 bool RecordThread::threadLoop() in threadLoop()
8840 void RecordThread::standbyIfNotAlreadyInStandby() in standbyIfNotAlreadyInStandby()
8850 void RecordThread::inputStandBy() in inputStandBy()
8891 sp<IAfRecordTrack> RecordThread::createRecordTrack_l( in createRecordTrack_l()
[all …]
DThreads.h1960 class RecordThread : public IAfRecordThread, public ThreadBase
1968 RecordThread(const sp<IAfThreadCallback>& afThreadCallback,
1973 ~RecordThread() override;