Searched refs:AudioCommand (Results 1 – 1 of 1) sorted by relevance
423 class AudioCommand; variable461 status_t sendCommand(sp<AudioCommand>& command, int delayMs = 0);462 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);487 void insertCommand_l(AudioCommand *command, int delayMs = 0);492 class AudioCommand: public RefBase {495 AudioCommand() in AudioCommand() function593 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands594 sp<AudioCommand> mLastCommand; // last processed command (used by dump)