/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 | 108 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams() argument 111 mSettings = new ToneSettings(duration, tone, vibrate); in PlayToneParams()
|
D | CommandParamsFactory.java | 842 Tone tone = null; in processPlayTone() local 855 tone = Tone.fromInt(toneVal); in processPlayTone() 882 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 | 184 int tone = source.readInt(); 185 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 | 292 int aps_start_tone(void *service, audio_policy_tone_t tone, in aps_start_tone() argument 297 return audioPolicyService->startTone(tone, stream); in aps_start_tone()
|
D | AudioPolicyService.cpp | 1037 int AudioPolicyService::startTone(audio_policy_tone_t tone, in startTone() argument 1040 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION) { in startTone() 1041 ALOGE("startTone: illegal tone requested (%d)", tone); in startTone() 1045 tone); in startTone() 1113 int aps_start_tone(void *service, audio_policy_tone_t tone,
|
D | AudioPolicyService.h | 167 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream); 468 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 | 304 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | about.jd | 207 attention of users and setting the tone for app quality throughout the store.
|
/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/tools/adk/ |
D | adk2.jd | 120 <li>To set the alarm tone, place and hold your fingertip over the alarm clock symbol, then tap the
|
/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.
|