Searched refs:mAudioCommandThread (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 72 mAudioCommandThread = new AudioCommandThread(String8("ApmAudio"), this); in onFirstRef() 95 mAudioCommandThread->exit(); in ~AudioPolicyService() 280 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch() 286 return mAudioCommandThread->releaseAudioPatchCommand(handle, delayMs); in clientReleaseAudioPatch() 292 return mAudioCommandThread->setAudioPortConfigCommand(config, delayMs); in clientSetAudioPortConfig() 393 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); in dumpInternals() 635 if (mAudioCommandThread != 0) { in dump() 636 mAudioCommandThread->dump(fd); in dump() 1725 mAudioCommandThread->parametersCommand(ioHandle, keyValuePairs, in setParameters() 1734 return (int)mAudioCommandThread->volumeCommand(stream, volume, in setStreamVolume() [all …]
|
D | AudioPolicyService.h | 842 sp<AudioCommandThread> mAudioCommandThread; // audio commands thread variable
|