Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h222 class ReleaseAudioPatchConfigEvent : public ConfigEvent {
224 explicit ReleaseAudioPatchConfigEvent(const audio_patch_handle_t handle) : in ReleaseAudioPatchConfigEvent() function
229 virtual ~ReleaseAudioPatchConfigEvent() {} in ~ReleaseAudioPatchConfigEvent()
H A DThreads.cpp705 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent()