• Home
  • Raw
  • Download

Lines Matching refs:mpClientInterface

102     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()
728 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState()
749 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in setPhoneState()
782 mpClientInterface->invalidateStream(AUDIO_STREAM_SYSTEM); in setForceUse()
783 mpClientInterface->invalidateStream(AUDIO_STREAM_ENFORCED_AUDIBLE); in setForceUse()
1204 new SwAudioOutputDescriptor(profile, mpClientInterface); in getOutputForDevices()
1252 mpClientInterface->onAudioPortListUpdate(); in getOutputForDevices()
1741 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in startSource()
1906 mpClientInterface->onAudioPortListUpdate(); in releaseOutput()
2184 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile, mpClientInterface); in getInputForDevice()
2210 mpClientInterface->onAudioPortListUpdate(); in getInputForDevice()
2256 mpClientInterface->onDynamicPolicyMixStateUpdate(policyMix->mDeviceAddress, in startInput()
2315 mpClientInterface->onDynamicPolicyMixStateUpdate(policyMix->mDeviceAddress, in stopInput()
2370 mpClientInterface->onAudioPortListUpdate(); in releaseInput()
2593 mpClientInterface->onAudioVolumeGroupChanged(group, 0 /*flags*/); in setVolumeIndexForAttributes()
2719 mpClientInterface->moveEffects(AUDIO_SESSION_OUTPUT_MIX, mMusicEffectOutput, output); in selectOutputForMusicEffects()
3591 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in releaseAudioPatch()
3596 mpClientInterface->onAudioPatchListUpdate(); in releaseAudioPatch()
3672 status = mpClientInterface->setAudioPortConfig(&newConfig, 0); in setAudioPortConfig()
3718 mpClientInterface->invalidateStream(stream); in checkStrategyRoute()
3788 *session = (audio_session_t)mpClientInterface->newAudioUniqueId(AUDIO_UNIQUE_ID_USE_SESSION); in acquireSoundTriggerSession()
3789 *ioHandle = (audio_io_handle_t)mpClientInterface->newAudioUniqueId(AUDIO_UNIQUE_ID_USE_INPUT); in acquireSoundTriggerSession()
3908 status = mpClientInterface->createAudioPatch(patchBuilder.patch(), in connectAudioSource()
3930 mpClientInterface->releaseAudioPatch(sourceDesc->patchDesc()->mAfPatchHandle, 0); in connectAudioSource()
4198 mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in disconnectAudioSource()
4279 mpClientInterface(clientInterface), in AudioPolicyManager()
4338 hwModule->setHandle(mpClientInterface->loadHwModule(hwModule->getName())); in initialize()
4382 mpClientInterface); in initialize()
4430 new AudioInputDescriptor(inProfile, mpClientInterface); in initialize()
4621 desc = new SwAudioOutputDescriptor(profile, mpClientInterface); in checkOutputsForDevice()
4630 mpClientInterface->setParameters(output, String8(param)); in checkOutputsForDevice()
4679 new SwAudioOutputDescriptor(NULL, mpClientInterface); in checkOutputsForDevice()
4815 desc = new AudioInputDescriptor(profile, mpClientInterface); in checkInputsForDevice()
4827 mpClientInterface->setParameters(input, String8(param)); in checkInputsForDevice()
4914 mpClientInterface->closeOutput(duplicatedOutput); in closeOutput()
4924 … (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeOutput()
4926 mpClientInterface->onAudioPatchListUpdate(); in closeOutput()
4972 … (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeInput()
4974 mpClientInterface->onAudioPatchListUpdate(); in closeInput()
5091 mpClientInterface->invalidateStream(stream); in checkOutputForAttributes()
5123 mpClientInterface->invalidateStream(stream); in checkSecondaryOutputs()
5159 mpClientInterface->restoreOutput(a2dpOutput); in checkA2dpSuspend()
5171 mpClientInterface->suspendOutput(a2dpOutput); in checkA2dpSuspend()
5561 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, delayMs); in resetOutputDevice()
5566 mpClientInterface->onAudioPatchListUpdate(); in resetOutputDevice()
5614 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in resetInputDevice()
5619 mpClientInterface->onAudioPatchListUpdate(); in resetInputDevice()
5866 mpClientInterface->setVoiceVolume(voiceVolume, delayMs); in checkAndSetVolume()
6128 reply = mpClientInterface->getParameters( in updateAudioProfiles()
6152 reply = mpClientInterface->getParameters( in updateAudioProfiles()
6164 reply = mpClientInterface->getParameters(ioHandle, in updateAudioProfiles()
6215 status_t status = mpClientInterface->createAudioPatch(patch, &afPatchHandle, delayMs); in installPatch()
6230 mpClientInterface->onAudioPatchListUpdate(); in installPatch()