Searched refs:voiceVolumeCommand (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h181 status_t voiceVolumeCommand(float volume, int delayMs = 0);
H A DAudioPolicyService.cpp870 status_t AudioPolicyService::AudioCommandThread::voiceVolumeCommand(float volume, int delayMs) function in class:android::AudioPolicyService::AudioCommandThread
1053 return (int)mAudioCommandThread->voiceVolumeCommand(volume, delayMs);

Completed in 1568 milliseconds