Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioRecordClient.cpp96 mCommandThread(commandThread) { in OpRecordAudioMonitor()
154 sp<AudioPolicyService::AudioCommandThread> commandThread = mCommandThread.promote(); in checkOp()
DAudioRecordClient.h77 wp<AudioPolicyService::AudioCommandThread> mCommandThread; variable
/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp54 : mCommandThread("AACommand") in AAudioServiceStreamBase()
185 result = mCommandThread.start(this); in open()
816 mCommandThread.stop(); in stopCommandThread()
DAAudioServiceStreamBase.h409 AAudioThread mCommandThread; variable