Home
last modified time | relevance | path

Searched refs:sendCreateAudioPatchConfigEvent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp352 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
418 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
H A DThreads.h348 status_t sendCreateAudioPatchConfigEvent(const struct audio_patch *patch,
H A DThreads.cpp686 status_t AudioFlinger::ThreadBase::sendCreateAudioPatchConfigEvent( in sendCreateAudioPatchConfigEvent() function in android::AudioFlinger::ThreadBase