HomeSort by relevance Sort by last modified time
    Searched refs:SPEAKER (Results 1 - 7 of 7) 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");
  /packages/services/Telephony/src/com/android/phone/
AudioRouter.java 125 if (AudioMode.SPEAKER == mode) {
131 // Manually turn the speaker phone off, instead of allowing the
135 // (Similarly, whenever the user turns *on* the speaker, we
168 * Turns on speaker.
174 setAudioMode(AudioMode.SPEAKER);
205 // speakerphone, update the "speaker" state. We ONLY want to do
218 // if the state is "not connected", restore the speaker state.
222 newMode = AudioMode.SPEAKER;
227 // if the state is "connected", force the speaker off without
287 * Turn on/off speaker
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonFragment.java 279 mode = AudioMode.SPEAKER;
350 final boolean speakerSupported = isSupported(AudioMode.SPEAKER);
375 } else if (isAudio(AudioMode.SPEAKER)) {
385 Log.d(this, "updateAudioButtons - speaker toggle mode");
391 audioButtonChecked = isAudio(AudioMode.SPEAKER);
396 showSpeakerphoneOnIcon = isAudio(AudioMode.SPEAKER);
467 speakerItem.setEnabled(isSupported(AudioMode.SPEAKER));
469 // speaker is on.
CallButtonPresenter.java 151 int newMode = AudioMode.SPEAKER;
154 if (getAudioMode() == AudioMode.SPEAKER) {
ProximitySensor.java 192 * 3) if the speaker is ON
205 || AudioMode.SPEAKER == audioMode
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 302 SPEAKER,
MediaPlayerService.cpp 220 // speaker is on by default
221 mBatteryAudio.deviceOn[SPEAKER] = 1;
    [all...]

Completed in 1067 milliseconds