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