Searched refs:createAudioPatchCommand (Results 1 – 4 of 4) sorted by relevance
40 mCommandThread->createAudioPatchCommand(handle, patch); in createAudioPatch()248 void AudioFlinger::DeviceEffectManager::CommandThread::createAudioPatchCommand( in createAudioPatchCommand() function in android::AudioFlinger::DeviceEffectManager::CommandThread
84 void createAudioPatchCommand(audio_patch_handle_t handle,
477 status_t createAudioPatchCommand(const struct audio_patch *patch,
279 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs); in clientCreateAudioPatch()1462 status_t AudioPolicyService::AudioCommandThread::createAudioPatchCommand( in createAudioPatchCommand() function in android::AudioPolicyService::AudioCommandThread