Searched refs:ReleaseAudioPatchConfigEvent (Results 1 – 2 of 2) sorted by relevance
203 class ReleaseAudioPatchConfigEvent : public ConfigEvent {205 ReleaseAudioPatchConfigEvent(const audio_patch_handle_t handle) : in ReleaseAudioPatchConfigEvent() function210 virtual ~ReleaseAudioPatchConfigEvent() {} in ~ReleaseAudioPatchConfigEvent()
461 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent()