Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp326 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
392 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
DThreads.h302 status_t sendCreateAudioPatchConfigEvent(const struct audio_patch *patch,
DThreads.cpp628 status_t AudioFlinger::ThreadBase::sendCreateAudioPatchConfigEvent( in sendCreateAudioPatchConfigEvent() function in android::AudioFlinger::ThreadBase