OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpClientInterface
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
131
mpClientInterface
->setParameters(AUDIO_IO_HANDLE_NONE, param.toString());
146
mpClientInterface
->setParameters(AUDIO_IO_HANDLE_NONE, param.toString());
206
mpClientInterface
->onAudioPortListUpdate();
243
mpClientInterface
->setParameters(AUDIO_IO_HANDLE_NONE, param.toString());
261
mpClientInterface
->setParameters(AUDIO_IO_HANDLE_NONE, param.toString());
289
mpClientInterface
->onAudioPortListUpdate();
341
mpClientInterface
->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
346
mpClientInterface
->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
394
status =
mpClientInterface
->createAudioPatch(&patch, &afPatchHandle, delayMs);
453
status =
mpClientInterface
->createAudioPatch(&patch, &afPatchHandle, delayMs)
[
all
...]
AudioPolicyManager.h
514
AudioPolicyClientInterface *
mpClientInterface
; // audio policy client interface
[
all
...]
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
485
mpClientInterface
->setParameters(activeInput, param.toString());
567
mTestOutputs[mCurOutput] =
mpClientInterface
->openOutput(0, &outputDesc->mDevice,
577
mpClientInterface
->setParameters(mTestOutputs[mCurOutput],outputCmd.toString());
640
output =
mpClientInterface
->openOutput(profile->mModule->mHandle,
659
mpClientInterface
->closeOutput(output);
668
mpClientInterface
->moveEffects(AUDIO_SESSION_OUTPUT_MIX, srcOutput, dstOutput);
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
530
AudioPolicyClientInterface *
mpClientInterface
; // audio policy client interface
Completed in 2641 milliseconds