Searched refs:getAfHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioPatch.cpp | 70 handle, patch->getAfHandle(), patch->mPatch.num_sources, patch->mPatch.num_sinks, in addAudioPatch() 83 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->getAfHandle()); in removeAudioPatch()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPatch.h | 36 audio_patch_handle_t getAfHandle() const { return mAfPatchHandle; } in getAfHandle() function
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 4149 mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in releaseAudioPatchInternal() 4151 __func__, status, patchDesc->getAfHandle()); in releaseAudioPatchInternal() 5436 patchDesc->getAfHandle(), 0); in closeOutput() 5488 patchDesc->getAfHandle(), 0); in closeInput() 6244 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in resetOutputDevice() 6297 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), 0); in resetInputDevice() 6927 afPatchHandle = patchDesc->getAfHandle(); in installPatch()
|