Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DDeviceEffectManager.cpp40 mCommandThread->createAudioPatchCommand(handle, patch); in createAudioPatch()
248 void AudioFlinger::DeviceEffectManager::CommandThread::createAudioPatchCommand( in createAudioPatchCommand() function in android::AudioFlinger::DeviceEffectManager::CommandThread
DDeviceEffectManager.h84 void createAudioPatchCommand(audio_patch_handle_t handle,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h477 status_t createAudioPatchCommand(const struct audio_patch *patch,
DAudioPolicyService.cpp279 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch()
1462 status_t AudioPolicyService::AudioCommandThread::createAudioPatchCommand( in createAudioPatchCommand() function in android::AudioPolicyService::AudioCommandThread