Searched refs:mAudioCommandThread (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 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() [all …]
|
D | AudioPolicyService.h | 856 sp<AudioCommandThread> mAudioCommandThread; // audio commands thread variable
|