Searched refs:tone (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ToneSettings.java | 28 public Tone tone; field in ToneSettings 31 public ToneSettings(Duration duration, Tone tone, boolean vibrate) { in ToneSettings() argument 33 this.tone = tone; in ToneSettings() 39 tone = in.readParcelable(null); in ToneSettings() 51 dest.writeParcelable(tone, 0); in writeToParcel()
|
D | CommandParams.java | 117 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams() argument 120 mSettings = new ToneSettings(duration, tone, vibrate); in PlayToneParams()
|
D | CommandParamsFactory.java | 871 Tone tone = null; in processPlayTone() local 884 tone = Tone.fromInt(toneVal); in processPlayTone() 915 mCmdParams = new PlayToneParams(cmdDet, textMsg, tone, duration, vibrate); in processPlayTone()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | vad1.cpp | 780 ((Word16)(st->tone & 0x7c00) == 0x7c00)) in update_cntrl() 1735 state->tone = 0; in vad1_reset() 2015 st->tone |= 0x4000; in vad_tone_detection() 2097 st->tone = shr(st->tone, 1, pOverflow); in vad_tone_detection_update() 2103 st->tone = shr(st->tone, 1, pOverflow); in vad_tone_detection_update() 2104 st->tone |= 0x2000; in vad_tone_detection_update()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | DisconnectCause.java | 217 int tone = source.readInt(); 218 return new DisconnectCause(code, label, description, reason, tone);
|
/frameworks/base/core/java/com/android/internal/accessibility/ |
D | AccessibilityShortcutController.java | 349 final Ringtone tone = mFrameworkObjectProvider.getRingtone(mContext, in playNotificationTone() local 351 if (tone != null) { in playNotificationTone() 352 tone.setAudioAttributes(new AudioAttributes.Builder() in playNotificationTone() 355 tone.play(); in playNotificationTone()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | vad1.h | 120 Word16 tone; /* flags for tone detection */ member
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 360 optional SettingProto tone = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|