Home
last modified time | relevance | path

Searched refs:CreateAudioPatchConfigEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h190 class CreateAudioPatchConfigEvent : public ConfigEvent {
192 CreateAudioPatchConfigEvent(const struct audio_patch patch, in CreateAudioPatchConfigEvent() function
198 virtual ~CreateAudioPatchConfigEvent() {} in ~CreateAudioPatchConfigEvent()
DThreads.cpp653 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent()