Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h423 class AudioCommand; variable
461 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() function
593 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands
594 sp<AudioCommand> mLastCommand; // last processed command (used by dump)