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()
353 newPatch->mHalHandle = halHandle; in createAudioPatch()
561 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
569 status = hwDevice->release_audio_patch(hwDevice, removedPatch->mHalHandle); in releaseAudioPatch()
588 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()