Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h364 status_t createAudioPatchCommand(const struct audio_patch *patch,
DAudioPolicyService.cpp225 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch()
1000 status_t AudioPolicyService::AudioCommandThread::createAudioPatchCommand( in createAudioPatchCommand() function in android::AudioPolicyService::AudioCommandThread