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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h242 class AudioCommand;
245 // commands for tone AudioCommand
286 status_t sendCommand(sp<AudioCommand>& command, int delayMs = 0);
287 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
298 void insertCommand_l(AudioCommand *command, int delayMs = 0);
304 class AudioCommand: public RefBase { class in class:android::AudioPolicyService::AudioCommandThread
307 AudioCommand() function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
390 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands
392 sp<AudioCommand> mLastCommand; // last processed command (used by dump)

Completed in 280 milliseconds