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.java108 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams() argument
111 mSettings = new ToneSettings(duration, tone, vibrate); in PlayToneParams()
DCommandParamsFactory.java842 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/
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.java184 int tone = source.readInt();
185 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.cpp292 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()
DAudioPolicyService.cpp1037 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,
DAudioPolicyService.h167 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/
Dvad1.h120 Word16 tone; /* flags for tone detection */ member
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h304 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
/frameworks/base/docs/html/distribute/googleplay/
Dabout.jd207 attention of users and setting the tone for app quality throughout the store.
/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/tools/adk/
Dadk2.jd120 <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/
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.