Searched defs:AudioCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h151 class AudioCommand;
154 // commands for tone AudioCommand
181 void insertCommand_l(AudioCommand *command, int delayMs = 0);
185 class AudioCommand { class in class:android::AudioPolicyService::AudioCommandThread
188 AudioCommand() function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
227 Vector <AudioCommand *> mAudioCommands; // list of pending commands
229 AudioCommand mLastCommand; // last processed command (used by dump)

Completed in 67 milliseconds