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 160 class AudioCommand;
163 // commands for tone AudioCommand
197 void insertCommand_l(AudioCommand *command, int delayMs = 0);
201 class AudioCommand {
204 AudioCommand()
255 Vector <AudioCommand *> mAudioCommands; // list of pending commands
257 AudioCommand mLastCommand; // last processed command (used by dump)

Completed in 2486 milliseconds