Searched refs:CreateAudioPatchConfigEvent (Results 1 – 2 of 2) sorted by relevance
180 class CreateAudioPatchConfigEvent : public ConfigEvent {182 CreateAudioPatchConfigEvent(const struct audio_patch patch, in CreateAudioPatchConfigEvent() function188 virtual ~CreateAudioPatchConfigEvent() {} in ~CreateAudioPatchConfigEvent()
447 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent()