Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h185 class CreateAudioPatchConfigEventData : public ConfigEventData {
187 CreateAudioPatchConfigEventData(const struct audio_patch patch, in CreateAudioPatchConfigEventData() function
204 mData = new CreateAudioPatchConfigEventData(patch, handle); in CreateAudioPatchConfigEvent()
H A DThreads.cpp694 CreateAudioPatchConfigEventData *data = in sendCreateAudioPatchConfigEvent()
695 (CreateAudioPatchConfigEventData *)configEvent->mData.get(); in sendCreateAudioPatchConfigEvent()
776 CreateAudioPatchConfigEventData *data = in processConfigEvents_l()
777 (CreateAudioPatchConfigEventData *)event->mData.get(); in processConfigEvents_l()