Lines Matching refs:mAudioCommandThread
71 mAudioCommandThread = new AudioCommandThread(String8("ApmAudio"), this); in onFirstRef()
94 mAudioCommandThread->exit(); in ~AudioPolicyService()
279 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch()
285 return mAudioCommandThread->releaseAudioPatchCommand(handle, delayMs); in clientReleaseAudioPatch()
291 return mAudioCommandThread->setAudioPortConfigCommand(config, delayMs); in clientSetAudioPortConfig()
392 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); in dumpInternals()
657 if (mAudioCommandThread != 0) { in dump()
658 mAudioCommandThread->dump(fd); in dump()
1809 mAudioCommandThread->parametersCommand(ioHandle, keyValuePairs, in setParameters()
1818 return (int)mAudioCommandThread->volumeCommand(stream, volume, in setStreamVolume()
1824 return (int)mAudioCommandThread->voiceVolumeCommand(volume, delayMs); in setVoiceVolume()
1831 mAudioCommandThread->setEffectSuspendedCommand(effectId, sessionId, suspended); in setEffectSuspended()