Searched refs:mCommandThread (Results 1 – 6 of 6) sorted by relevance
26 : mCommandThread(new CommandThread(*this)), mAudioFlinger(*audioFlinger), in DeviceEffectManager()30 mCommandThread->exit(); in ~DeviceEffectManager()140 sp<CommandThread> mCommandThread; variable
42 mCommandThread->createAudioPatchCommand(handle, patch); in createAudioPatch()60 mCommandThread->releaseAudioPatchCommand(handle); in releaseAudioPatch()
53 : mCommandThread("AACommand") in AAudioServiceStreamBase()81 mCommandThread.stop(); in ~AAudioServiceStreamBase()185 result = mCommandThread.start(this); in open()196 mCommandThread.stop(); in open()206 mCommandThread.stop(); in close()
366 AAudioThread mCommandThread; variable
1871 mCommandThread(commandThread) in OpRecordAudioMonitor()1920 sp<AudioCommandThread> commandThread = mCommandThread.promote(); in checkOp()
935 wp<AudioCommandThread> mCommandThread; variable