Home
last modified time | relevance | path

Searched refs:mHalHandle (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.h59 mHalHandle(AUDIO_PATCH_HANDLE_NONE), mRecordPatchHandle(AUDIO_PATCH_HANDLE_NONE), in Patch()
65 audio_patch_handle_t mHalHandle; variable
DPatchPanel.cpp168 halHandle = mPatches[index]->mHalHandle; in createAudioPatch()
398 newPatch->mHalHandle = halHandle; in createAudioPatch()
598 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
601 status = hwDevice->release_audio_patch(hwDevice, removedPatch->mHalHandle); in releaseAudioPatch()
637 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()