Searched refs:mHalHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | PatchCommandThread.cpp | 49 __func__, handle, patch.mHalHandle, in createAudioPatch() 64 __func__, oldHandle, patch.mHalHandle, in updateAudioPatch() 161 patch.mHalHandle); in createAudioPatchCommand() 178 __func__, oldHandle, newHandle, patch.mHalHandle); in updateAudioPatchCommand()
|
D | IAfPatchPanel.h | 203 mHalHandle = other.mHalHandle; in Patch() 218 swap(mHalHandle, other.mHalHandle); in swap() 247 audio_patch_handle_t mHalHandle = AUDIO_PATCH_HANDLE_NONE; variable
|
D | PatchPanel.cpp | 153 if (removedPatch.mHalHandle != AUDIO_PATCH_HANDLE_NONE) { in createAudioPatch_l() 176 hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in createAudioPatch_l() 178 halHandle = removedPatch.mHalHandle; in createAudioPatch_l() 423 p.second.mHalHandle); in createAudioPatch_l() 424 halHandle = p.second.mHalHandle; in createAudioPatch_l() 460 newPatch.mHalHandle = halHandle; in createAudioPatch_l() 816 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch_l() 819 status = hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in releaseAudioPatch_l() 844 && p.second.mHalHandle == removedPatch.mHalHandle) { in releaseAudioPatch_l() 846 __func__, p.second.mHalHandle); in releaseAudioPatch_l() [all …]
|
D | DeviceEffectManager.cpp | 60 __func__, handle, patch.mHalHandle, in onCreateAudioPatch() 85 __func__, oldHandle, newHandle, patch.mHalHandle, in onUpdateAudioPatch()
|
D | MelReporter.cpp | 133 __func__, handle, patch.mHalHandle, in onCreateAudioPatch() 327 onCreateAudioPatch(patch.mHalHandle, patch); in applyAllAudioPatches()
|