Searched refs:mAudioCommandThread (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyService.cpp | 79 mAudioCommandThread = new AudioCommandThread(String8("ApmAudio"), this); in onFirstRef() 128 mAudioCommandThread->exit(); in ~AudioPolicyService() 204 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch() 210 return mAudioCommandThread->releaseAudioPatchCommand(handle, delayMs); in clientReleaseAudioPatch() 224 return mAudioCommandThread->setAudioPortConfigCommand(config, delayMs); in clientSetAudioPortConfig() 291 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); in dumpInternals() 312 if (mAudioCommandThread != 0) { in dump() 313 mAudioCommandThread->dump(fd); in dump() 940 mAudioCommandThread->parametersCommand(ioHandle, keyValuePairs, in setParameters() 949 return (int)mAudioCommandThread->volumeCommand(stream, volume, in setStreamVolume() [all …]
|
D | AudioPolicyService.h | 489 sp<AudioCommandThread> mAudioCommandThread; // audio commands thread variable
|