Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:delayMs

815                                                                int delayMs)
826 if (delayMs == 0) {
832 insertCommand_l(command, delayMs);
846 int delayMs)
856 if (delayMs == 0) {
862 insertCommand_l(command, delayMs);
864 keyValuePairs, ioHandle, delayMs);
874 status_t AudioPolicyService::AudioCommandThread::voiceVolumeCommand(float volume, int delayMs)
883 if (delayMs == 0) {
889 insertCommand_l(command, delayMs);
901 void AudioPolicyService::AudioCommandThread::insertCommand_l(AudioCommand *command, int delayMs)
906 command->mTime = systemTime() + milliseconds(delayMs);
1012 int delayMs)
1015 delayMs);
1021 int delayMs)
1024 (int)output, delayMs);
1046 int AudioPolicyService::setVoiceVolume(float volume, int delayMs)
1048 return (int)mAudioCommandThread->voiceVolumeCommand(volume, delayMs);