Lines Matching refs:mpClientInterface
119 mpClientInterface->setParameters(AUDIO_IO_HANDLE_NONE, param.toString()); in broadcastDeviceConnectionState()
182 device->setEncapsulationInfoFromHal(mpClientInterface); in setDeviceConnectionStateInt()
315 mpClientInterface->onAudioPortListUpdate(); in setDeviceConnectionStateInt()
394 mpClientInterface->onAudioPortListUpdate(); in setDeviceConnectionStateInt()
479 reply = mpClientInterface->getParameters( in handleDeviceConfigChange()
488 mpClientInterface->setParameters(AUDIO_IO_HANDLE_NONE, param.toString()); in handleDeviceConfigChange()
748 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in setPhoneState()
821 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in setPhoneState()
854 mpClientInterface->invalidateStream(AUDIO_STREAM_SYSTEM); in setForceUse()
855 mpClientInterface->invalidateStream(AUDIO_STREAM_ENFORCED_AUDIBLE); in setForceUse()
1288 new SwAudioOutputDescriptor(profile, mpClientInterface); in openDirectOutput()
1323 mpClientInterface->onAudioPortListUpdate(); in openDirectOutput()
1957 mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); in startSource()
2130 mpClientInterface->onAudioPortListUpdate(); in releaseOutput()
2438 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile, mpClientInterface); in getInputForDevice()
2464 mpClientInterface->onAudioPortListUpdate(); in getInputForDevice()
2516 mpClientInterface->onDynamicPolicyMixStateUpdate(policyMix->mDeviceAddress, in startInput()
2523 mpClientInterface->setSoundTriggerCaptureState(true); in startInput()
2582 mpClientInterface->onDynamicPolicyMixStateUpdate(policyMix->mDeviceAddress, in stopInput()
2608 mpClientInterface->setSoundTriggerCaptureState(false); in stopInput()
2637 mpClientInterface->onAudioPortListUpdate(); in releaseInput()
2858 mpClientInterface->onAudioVolumeGroupChanged(group, 0 /*flags*/); in setVolumeIndexForAttributes()
2985 mpClientInterface->moveEffects(AUDIO_SESSION_OUTPUT_MIX, mMusicEffectOutput, output); in selectOutputForMusicEffects()
4184 mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in releaseAudioPatchInternal()
4189 mpClientInterface->onAudioPatchListUpdate(); in releaseAudioPatchInternal()
4286 status = mpClientInterface->setAudioPortConfig(&newConfig, 0); in setAudioPortConfig()
4332 mpClientInterface->invalidateStream(stream); in checkStrategyRoute()
4402 *session = (audio_session_t)mpClientInterface->newAudioUniqueId(AUDIO_UNIQUE_ID_USE_SESSION); in acquireSoundTriggerSession()
4403 *ioHandle = (audio_io_handle_t)mpClientInterface->newAudioUniqueId(AUDIO_UNIQUE_ID_USE_INPUT); in acquireSoundTriggerSession()
4921 mpClientInterface->invalidateStream(stream); in checkVirtualizerClientRoutes()
4984 new SwAudioOutputDescriptor(profile, mpClientInterface); in getSpatializerOutput()
5007 mpClientInterface->onAudioPortListUpdate(); in getSpatializerOutput()
5014 mpClientInterface->onAudioPortListUpdate(); in getSpatializerOutput()
5063 mpClientInterface(clientInterface), in AudioPolicyManager()
5176 mpClientInterface->onAudioPortListUpdate(); in onNewAudioModulesAvailable()
5186 hwModule->setHandle(mpClientInterface->loadHwModule(hwModule->getName())); in onNewAudioModulesAvailableInt()
5227 mpClientInterface); in onNewAudioModulesAvailableInt()
5243 device->setEncapsulationInfoFromHal(mpClientInterface); in onNewAudioModulesAvailableInt()
5285 new AudioInputDescriptor(inProfile, mpClientInterface); in onNewAudioModulesAvailableInt()
5358 status_t status = mpClientInterface->getAudioPort(&port); in checkOutputsForDevice()
5492 status_t status = mpClientInterface->getAudioPort(&port); in checkOutputsForDevice()
5563 desc = new AudioInputDescriptor(profile, mpClientInterface); in checkInputsForDevice()
5575 mpClientInterface->setParameters(input, String8(param)); in checkInputsForDevice()
5662 mpClientInterface->closeOutput(duplicatedOutput); in closeOutput()
5672 (void) /*status_t status*/ mpClientInterface->releaseAudioPatch( in closeOutput()
5675 mpClientInterface->onAudioPatchListUpdate(); in closeOutput()
5724 (void) /*status_t status*/ mpClientInterface->releaseAudioPatch( in closeInput()
5727 mpClientInterface->onAudioPatchListUpdate(); in closeInput()
5736 mpClientInterface->setSoundTriggerCaptureState(false); in closeInput()
5779 mpClientInterface->onRoutingUpdated(); in checkForDeviceAndOutputChanges()
5920 mpClientInterface->invalidateStream(stream); in checkOutputForAttributes()
5972 mpClientInterface->updateSecondaryOutputs(trackSecondaryOutputs); in checkSecondaryOutputs()
5976 mpClientInterface->invalidateStream(stream); in checkSecondaryOutputs()
6020 mpClientInterface->restoreOutput(a2dpOutput); in checkA2dpSuspend()
6029 mpClientInterface->suspendOutput(a2dpOutput); in checkA2dpSuspend()
6481 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in resetOutputDevice()
6486 mpClientInterface->onAudioPatchListUpdate(); in resetOutputDevice()
6534 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), 0); in resetInputDevice()
6539 mpClientInterface->onAudioPatchListUpdate(); in resetInputDevice()
6797 mpClientInterface->setVoiceVolume(voiceVolume, delayMs); in checkAndSetVolume()
7078 reply = mpClientInterface->getParameters( in updateAudioProfiles()
7103 reply = mpClientInterface->getParameters( in updateAudioProfiles()
7115 reply = mpClientInterface->getParameters(ioHandle, in updateAudioProfiles()
7167 status_t status = mpClientInterface->createAudioPatch(patch, &afPatchHandle, delayMs); in installPatch()
7182 mpClientInterface->onAudioPatchListUpdate(); in installPatch()
7233 sp<SwAudioOutputDescriptor> desc = new SwAudioOutputDescriptor(profile, mpClientInterface); in openOutputWithProfileAndDevice()
7247 mpClientInterface->setParameters(output, String8(param)); in openOutputWithProfileAndDevice()
7292 new SwAudioOutputDescriptor(nullptr, mpClientInterface); in openOutputWithProfileAndDevice()