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