/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 | 110 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams() argument 113 mSettings = new ToneSettings(duration, tone, vibrate); in PlayToneParams()
|
D | CommandParamsFactory.java | 870 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/ |
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 | 197 int tone = source.readInt(); 198 return new DisconnectCause(code, label, description, reason, tone);
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImpl.cpp | 158 status_t AudioPolicyService::AudioPolicyClient::startTone(audio_policy_tone_t tone, in startTone() argument 161 return mAudioPolicyService->startTone(tone, stream); in startTone()
|
D | AudioPolicyClientImplLegacy.cpp | 293 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()
|
D | AudioPolicyService.cpp | 1119 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,
|
D | AudioPolicyService.h | 168 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/ |
D | vad1.h | 120 Word16 tone; /* flags for tone detection */ member
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 308 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
|
/frameworks/base/docs/html/preview/ |
D | api-overview.jd | 521 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)}
|
D | support.jd | 851 Skin tone and new emoji will not show up until keyboards build support for
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 360 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
|
D | jelly-bean.jd | 1182 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/ |
D | mediaplayer.jd | 472 the user might not hear the notification tone due to the loud music. Starting with
|
D | camera.jd | 1211 <td>Apply a color effect to the captured image such as black and white, sepia tone or negative.
|