HomeSort by relevance Sort by last modified time
    Searched defs:AudioCommand (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/lib/include/audio/
AudioLocal.h 56 enum AudioCommand{
64 bool issueCommandAndWaitForCompletion(AudioCommand command);
84 volatile AudioCommand mCurrentCommand;
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 317 class AudioCommand;
320 // commands for tone AudioCommand
362 status_t sendCommand(sp<AudioCommand>& command, int delayMs = 0);
363 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
380 void insertCommand_l(AudioCommand *command, int delayMs = 0);
385 class AudioCommand: public RefBase {
388 AudioCommand()
480 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands
482 sp<AudioCommand> mLastCommand; // last processed command (used by dump)
    [all...]

Completed in 75 milliseconds