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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h225 class AudioCommand;
228 // commands for tone AudioCommand
268 status_t sendCommand(sp<AudioCommand>& command, int delayMs = 0);
269 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
279 void insertCommand_l(AudioCommand *command, int delayMs = 0);
285 class AudioCommand: public RefBase { class in class:android::AudioPolicyService::AudioCommandThread
288 AudioCommand() function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
365 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands
367 sp<AudioCommand> mLastCommand; // last processed command (used by dump)

Completed in 21 milliseconds