Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h210 class ReleaseAudioPatchConfigEventData : public ConfigEventData {
212 explicit ReleaseAudioPatchConfigEventData(const audio_patch_handle_t handle) : in ReleaseAudioPatchConfigEventData() function
226 mData = new ReleaseAudioPatchConfigEventData(handle); in ReleaseAudioPatchConfigEvent()
H A DThreads.cpp786 ReleaseAudioPatchConfigEventData *data = in processConfigEvents_l()
787 (ReleaseAudioPatchConfigEventData *)event->mData.get(); in processConfigEvents_l()