Home
last modified time | relevance | path

Searched refs:mCommandThread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DAudioRecordClient.cpp120 mCommandThread(commandThread) {} in OpRecordAudioMonitor()
197 sp<AudioPolicyService::AudioCommandThread> commandThread = mCommandThread.promote(); in checkOp()
H A DAudioRecordClient.h79 wp<AudioPolicyService::AudioCommandThread> mCommandThread; variable
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp54 : mCommandThread("AACommand") in AAudioServiceStreamBase()
186 result = mCommandThread.start(this); in open()
817 mCommandThread.stop(); in stopCommandThread()
H A DAAudioServiceStreamBase.h409 AAudioThread mCommandThread; variable