Home
last modified time | relevance | path

Searched refs:tone (Results 1 – 17 of 17) 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.java110 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams() argument
113 mSettings = new ToneSettings(duration, tone, vibrate); in PlayToneParams()
DCommandParamsFactory.java870 Tone tone = null; in processPlayTone() local
883 tone = Tone.fromInt(toneVal); in processPlayTone()
910 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.java197 int tone = source.readInt();
198 return new DisconnectCause(code, label, description, reason, tone);
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp158 status_t AudioPolicyService::AudioPolicyClient::startTone(audio_policy_tone_t tone, in startTone() argument
161 return mAudioPolicyService->startTone(tone, stream); in startTone()
DAudioPolicyClientImplLegacy.cpp293 int aps_start_tone(void *service, audio_policy_tone_t tone, in aps_start_tone() argument
298 return audioPolicyService->startTone(tone, stream); in aps_start_tone()
DAudioPolicyService.cpp1119 int AudioPolicyService::startTone(audio_policy_tone_t tone, in startTone() argument
1122 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION) { in startTone()
1123 ALOGE("startTone: illegal tone requested (%d)", tone); in startTone()
1127 tone); in startTone()
1195 int aps_start_tone(void *service, audio_policy_tone_t tone,
DAudioPolicyService.h168 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
495 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dvad1.h120 Word16 tone; /* flags for tone detection */ member
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h308 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
/frameworks/base/docs/html/preview/
Dapi-overview.jd521 skin tone emojis and support for variation
546 <strong>Check that an emoji supports skin tone.</strong> Android N allows users to modify the
547 rendered skin tone of emojis to their preference. Keyboard apps should provide visual
549 select the skin tone that they prefer. To determine which system emojis have
550 skin tone modifiers, use the {@link android.graphics.Paint#hasGlyph(String)}
Dsupport.jd851 Skin tone and new emoji will not show up until keyboards build support for
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd360 play an audio tone that indicates the beginning of a recording session and recording
361 automatically begins so you don't have to manually synchronize the tone and the beginning
Djelly-bean.jd1182 ES, Soundpool and tone generator APIs. These improvements depend on hardware
1493 …dio playback track. This is useful for situations such as playing back a tone to cue your users t…
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd472 the user might not hear the notification tone due to the loud music. Starting with
Dcamera.jd1211 <td>Apply a color effect to the captured image such as black and white, sepia tone or negative.