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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp406 sp<AudioCommand> command = mAudioCommands[0];
640 sp<AudioCommand> command = new AudioCommand();
652 sp<AudioCommand> command = new AudioCommand();
663 sp<AudioCommand> command = new AudioCommand();
680 sp<AudioCommand> command = new AudioCommand();
694 sp<AudioCommand> comman
[all...]
H A DAudioPolicyService.h248 class AudioCommand;
251 // commands for tone AudioCommand
293 status_t sendCommand(sp<AudioCommand>& command, int delayMs = 0);
294 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
311 void insertCommand_l(AudioCommand *command, int delayMs = 0);
317 class AudioCommand: public RefBase { class in class:android::AudioPolicyService::AudioCommandThread
320 AudioCommand() function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
413 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands
415 sp<AudioCommand> mLastCommand; // last processed command (used by dump)

Completed in 1121 milliseconds