Home
last modified time | relevance | path

Searched refs:mAudioCommandThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp69 mAudioCommandThread = new AudioCommandThread(String8("ApmAudio"), this); in onFirstRef()
87 mAudioCommandThread->exit(); in ~AudioPolicyService()
211 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch()
217 return mAudioCommandThread->releaseAudioPatchCommand(handle, delayMs); in clientReleaseAudioPatch()
223 return mAudioCommandThread->setAudioPortConfigCommand(config, delayMs); in clientSetAudioPortConfig()
312 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); in dumpInternals()
333 if (mAudioCommandThread != 0) { in dump()
334 mAudioCommandThread->dump(fd); in dump()
1054 mAudioCommandThread->parametersCommand(ioHandle, keyValuePairs, in setParameters()
1063 return (int)mAudioCommandThread->volumeCommand(stream, volume, in setStreamVolume()
[all …]
DAudioPolicyService.h571 sp<AudioCommandThread> mAudioCommandThread; // audio commands thread variable