Searched defs:tone (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DToneSettings.java28 public Tone tone; field in class:ToneSettings
31 public ToneSettings(Duration duration, Tone tone, boolean vibrate) { argument
33 this.tone = tone;
39 tone = in.readParcelable(null);
49 dest.writeParcelable(tone, 0);
H A DCommandParams.java88 Tone tone, Duration duration, boolean vibrate) {
91 this.settings = new ToneSettings(duration, tone, vibrate);
87 PlayToneParams(CommandDetails cmdDet, TextMessage textMsg, Tone tone, Duration duration, boolean vibrate) argument
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dvad1.h115 /* Note that each of the following three variables (vadreg, pitch and tone)
120 Word16 tone; /* flags for tone detection */ member in struct:__anon570
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp68 // start tone playback thread
673 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
683 ALOGV("AudioCommandThread() processing stop tone");
793 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
804 ALOGV("AudioCommandThread() adding tone stop");
1022 int AudioPolicyService::startTone(audio_policy_tone_t tone, argument
1025 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION)
1026 ALOGE("startTone: illegal tone requested (%d)", tone);
1028 ALOGE("startTone: illegal stream (%d) requested for tone
1520 aps_start_tone(void *service, audio_policy_tone_t tone, audio_stream_type_t stream) argument
[all...]

Completed in 196 milliseconds