OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAfPatchHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPatch.h
37
audio_patch_handle_t
mAfPatchHandle
;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp
34
mAfPatchHandle
(AUDIO_PATCH_HANDLE_NONE)
48
snprintf(buffer, SIZE, "%*s- audio flinger handle: %2d\n", spaces, "",
mAfPatchHandle
);
99
handle, patch->
mAfPatchHandle
, patch->mPatch.num_sources, patch->mPatch.num_sinks,
112
ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->
mAfPatchHandle
);
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
341
mpClientInterface->releaseAudioPatch(mCallRxPatch->
mAfPatchHandle
, 0);
346
mpClientInterface->releaseAudioPatch(mCallTxPatch->
mAfPatchHandle
, 0);
399
mCallRxPatch->
mAfPatchHandle
= afPatchHandle;
458
mCallTxPatch->
mAfPatchHandle
= afPatchHandle;
541
mpClientInterface->releaseAudioPatch(mCallRxPatch->
mAfPatchHandle
, 0);
545
mpClientInterface->releaseAudioPatch(mCallTxPatch->
mAfPatchHandle
, 0);
[
all
...]
Completed in 63 milliseconds