Home
last modified time | relevance | path

Searched refs:commandThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/service/
DAudioRecordClient.cpp66 wp<AudioPolicyService::AudioCommandThread> commandThread) in createIfNeeded() argument
86 getOpForSource(attr.source), commandThread); in createIfNeeded()
93 wp<AudioPolicyService::AudioCommandThread> commandThread) : in OpRecordAudioMonitor() argument
96 mCommandThread(commandThread) { in OpRecordAudioMonitor()
154 sp<AudioPolicyService::AudioCommandThread> commandThread = mCommandThread.promote(); in checkOp() local
155 if (commandThread != nullptr) { in checkOp()
156 commandThread->updateUidStatesCommand(); in checkOp()
DAudioRecordClient.h43 wp<AudioPolicyService::AudioCommandThread> commandThread);
50 wp<AudioPolicyService::AudioCommandThread> commandThread);
92 wp<AudioPolicyService::AudioCommandThread> commandThread) : in AudioRecordClient() argument
101 attributes, commandThread)) { in AudioRecordClient()
/frameworks/av/media/libaudioclient/include/media/
DEffectClientAsyncProxy.h106 [[clang::no_destroy]] static audio_utils::CommandThread commandThread; in getThread() local
107 return commandThread; in getThread()