Searched refs:mpClientInterface (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 77 mpClientInterface->setParameters(AUDIO_IO_HANDLE_NONE, param.toString()); in broadcastDeviceConnectionState() 219 mpClientInterface->onAudioPortListUpdate(); in setDeviceConnectionStateInt() 302 mpClientInterface->onAudioPortListUpdate(); in setDeviceConnectionStateInt() 398 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting() 403 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting() 451 status = mpClientInterface->createAudioPatch(&patch, &afPatchHandle, delayMs); in updateCallRouting() 512 status = mpClientInterface->createAudioPatch(&patch, &afPatchHandle, delayMs); in updateCallRouting() 545 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in setPhoneState() 600 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState() 604 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState() [all …]
|
D | AudioPolicyManager.h | 519 AudioPolicyClientInterface *mpClientInterface; // audio policy client interface variable 670 mpClientInterface->setParameters(output, param.toString()); in updateMono()
|