Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h213 class ReleaseAudioPatchConfigEvent : public ConfigEvent {
215 explicit ReleaseAudioPatchConfigEvent(const audio_patch_handle_t handle) : in ReleaseAudioPatchConfigEvent() function
220 virtual ~ReleaseAudioPatchConfigEvent() {} in ~ReleaseAudioPatchConfigEvent()
DThreads.cpp667 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent()