Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp102 mpClientInterface->setParameters(AUDIO_IO_HANDLE_NONE, param.toString()); in broadcastDeviceConnectionState()
270 mpClientInterface->onAudioPortListUpdate(); in setDeviceConnectionStateInt()
345 mpClientInterface->onAudioPortListUpdate(); in setDeviceConnectionStateInt()
430 reply = mpClientInterface->getParameters( in handleDeviceConfigChange()
439 mpClientInterface->setParameters(AUDIO_IO_HANDLE_NONE, param.toString()); in handleDeviceConfigChange()
507 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting()
512 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting()
617 status_t status = mpClientInterface->createAudioPatch( in createTelephonyPatch()
670 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in setPhoneState()
724 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState()
[all …]
DAudioPolicyManager.h697 AudioPolicyClientInterface *mpClientInterface; // audio policy client interface variable
859 mpClientInterface->setParameters(output, param.toString()); in updateMono()