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/audioflinger/
AudioPolicyService.h 152 class AudioCommand;
155 // commands for tone AudioCommand
182 void insertCommand_l(AudioCommand *command, int delayMs = 0);
186 class AudioCommand {
189 AudioCommand()
228 Vector <AudioCommand *> mAudioCommands; // list of pending commands
230 AudioCommand mLastCommand; // last processed command (used by dump)

Completed in 177 milliseconds