OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpClientInterface
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
77
mpClientInterface
->setParameters(AUDIO_IO_HANDLE_NONE, param.toString());
219
mpClientInterface
->onAudioPortListUpdate();
302
mpClientInterface
->onAudioPortListUpdate();
398
mpClientInterface
->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
403
mpClientInterface
->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
451
status =
mpClientInterface
->createAudioPatch(&patch, &afPatchHandle, delayMs);
512
status =
mpClientInterface
->createAudioPatch(&patch, &afPatchHandle, delayMs);
545
mpClientInterface
->invalidateStream(AUDIO_STREAM_ACCESSIBILITY);
600
mpClientInterface
->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
604
mpClientInterface
->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0)
[
all
...]
AudioPolicyManager.h
519
AudioPolicyClientInterface *
mpClientInterface
; // audio policy client interface
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
530
AudioPolicyClientInterface *
mpClientInterface
; // audio policy client interface
Completed in 51 milliseconds