Searched defs:tone (Results 1 - 6 of 6) 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);
51 dest.writeParcelable(tone, 0);
H A DCommandParams.java98 Tone tone, Duration duration, boolean vibrate) {
101 mSettings = new ToneSettings(duration, tone, vibrate);
97 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:__anon357
/frameworks/av/services/audiopolicy/
H A DAudioPolicyClientImpl.cpp158 status_t AudioPolicyService::AudioPolicyClient::startTone(audio_policy_tone_t tone, argument
161 return mAudioPolicyService->startTone(tone, stream);
H A DAudioPolicyClientImplLegacy.cpp292 int aps_start_tone(void *service, audio_policy_tone_t tone, argument
297 return audioPolicyService->startTone(tone, stream);
H A DAudioPolicyService.cpp76 // start tone playback thread
402 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
411 ALOGV("AudioCommandThread() processing stop tone");
597 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
605 ALOGV("AudioCommandThread() adding tone stop");
962 int AudioPolicyService::startTone(audio_policy_tone_t tone, argument
965 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION) {
966 ALOGE("startTone: illegal tone requested (%d)", tone);
969 ALOGE("startTone: illegal stream (%d) requested for tone
[all...]

Completed in 422 milliseconds