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