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

  /packages/services/Telephony/common/src/com/android/services/telephony/common/
AudioMode.java 27 public static int SPEAKER = 0x00000008;
30 public static int ALL_MODES = EARPIECE | BLUETOOTH | WIRED_HEADSET | SPEAKER;
47 if ((mode & SPEAKER) == SPEAKER) {
48 listAppend(buffer, "SPEAKER");
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 300 SPEAKER,

Completed in 40 milliseconds