Home
last modified time | relevance | path

Searched refs:sendReleaseAudioPatchConfigEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.cpp561 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
588 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
DThreads.h271 status_t sendReleaseAudioPatchConfigEvent(audio_patch_handle_t handle);
DThreads.cpp684 status_t AudioFlinger::ThreadBase::sendReleaseAudioPatchConfigEvent( in sendReleaseAudioPatchConfigEvent() function in android::AudioFlinger::ThreadBase