Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp350 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch_l()
434 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch_l()
H A DIAfThread.h207 virtual status_t sendCreateAudioPatchConfigEvent(
H A DThreads.h353 status_t sendCreateAudioPatchConfigEvent(const struct audio_patch* patch,
H A DThreads.cpp819 status_t ThreadBase::sendCreateAudioPatchConfigEvent( in sendCreateAudioPatchConfigEvent() function in android::ThreadBase