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

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h160 class AudioCommand;
163 // commands for tone AudioCommand
197 void insertCommand_l(AudioCommand *command, int delayMs = 0);
201 class AudioCommand { class in class:android::AudioPolicyService::AudioCommandThread
204 AudioCommand() function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
255 Vector <AudioCommand *> mAudioCommands; // list of pending commands
257 AudioCommand mLastCommand; // last processed command (used by dump)

Completed in 5 milliseconds