Home
last modified time | relevance | path

Searched refs:tone (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DToneSettings.java28 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()
DCommandParams.java117 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams() argument
120 mSettings = new ToneSettings(duration, tone, vibrate); in PlayToneParams()
DCommandParamsFactory.java871 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/
Dvad1.cpp780 ((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/
DDisconnectCause.java217 int tone = source.readInt();
218 return new DisconnectCause(code, label, description, reason, tone);
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java349 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/
Dvad1.h120 Word16 tone; /* flags for tone detection */ member
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto360 optional SettingProto tone = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field