Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp816 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch_l()
854 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch_l()
DIAfThread.h200 virtual status_t sendReleaseAudioPatchConfigEvent(audio_patch_handle_t handle)
DThreads.h355 status_t sendReleaseAudioPatchConfigEvent(audio_patch_handle_t handle) final
DThreads.cpp818 status_t ThreadBase::sendReleaseAudioPatchConfigEvent( in sendReleaseAudioPatchConfigEvent() function in android::ThreadBase