HomeSort by relevance Sort by last modified time
    Searched defs:tone (Results 1 - 22 of 22) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ToneSettings.java 28 public Tone tone; field in class:ToneSettings
31 public ToneSettings(Duration duration, Tone tone, boolean vibrate) {
33 this.tone = tone;
39 tone = in.readParcelable(null);
51 dest.writeParcelable(tone, 0);
CommandParamsFactory.java 358 // parse tone duration
884 Tone tone = null; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
AccessibilityShortcutController.java 140 // Play a notification tone
141 final Ringtone tone = local
143 if (tone != null) {
144 tone.setAudioAttributes(new AudioAttributes.Builder()
147 tone.play();
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad1.h 115 /* Note that each of the following three variables (vadreg, pitch and tone)
120 Word16 tone; /* flags for tone detection */ member in struct:__anon38305
  /external/webrtc/talk/app/webrtc/
dtmfsender.cc 47 // | 0--9 | 0--9 | tone | yes |
48 // | * | 10 | tone | yes |
49 // | # | 11 | tone | yes |
50 // | A--D | 12--15 | tone | yes |
53 // 2 seconds before processing the next tone. We use -1 as its code.
67 bool GetDtmfCode(char tone, int* code) {
69 char event = toupper(tone);
195 // Get the first DTMF tone from the tone buffer. Unrecognized characters will
207 char tone = tones_[first_tone_pos] local
    [all...]
dtmfsender_unittest.cc 53 void OnToneChange(const std::string& tone) override {
54 LOG(LS_VERBOSE) << "FakeDtmfObserver::OnToneChange '" << tone << "'.";
55 tones_.push_back(tone);
56 if (tone.empty()) {
168 char tone = *it; local
170 webrtc::GetDtmfCode(tone, &code);
171 if (tone == ',') {
265 // Wait until the first tone got sent.
268 // Insert with another tone buffer.
286 // Wait until the first tone got sent
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/ringtone/
InCallTonePlayer.java 31 * allows one tone to be played at a time.
58 /** @return {@code true} if a tone is currently playing, {@code false} otherwise. */
64 * Plays the given tone in a background thread.
66 * @param tone the tone to play.
67 * @throws IllegalStateException if a tone is already playing.
68 * @throws IllegalArgumentException if the tone is invalid.
70 public void play(int tone) {
72 throw new IllegalStateException("Tone already playing");
74 final ToneGeneratorInfo info = getToneGeneratorInfo(tone);
144 public final int tone; field in class:InCallTonePlayer.ToneGeneratorInfo
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 161 * - If a valid syllable is followed by a Hangul tone mark, reorder the tone
198 * We could cache the width of the tone marks and the existence of dotted-circle,
199 * but the use of the Hangul tone mark characters seems to be rare enough that
204 /* Tone mark follows a valid syllable; move it in front, unless it's zero width. */
210 hb_glyph_info_t tone = info[end]; local
212 info[start] = tone;
217 /* No valid syllable as base for tone mark; try to insert dotted circle. */
232 /* No dotted circle available in the font; just leave tone mark untouched. */
383 * this will prevent tone-mark reordering happening
    [all...]
  /external/libvorbis/lib/
mapping0.c 372 float *tone = _vorbis_block_alloc(vb,n/2*sizeof(*tone)); local
442 vector. This includes tone masking, peak limiting and ATH */
446 tone,
453 _analysis_output("toneL",seq,tone,n/2,1,0,0);
455 _analysis_output("toneR",seq,tone,n/2,1,0,0);
457 _analysis_output("tone",seq,tone,n/2,1,0,0);
461 /* third step; we offset the noise vectors, overlay tone
473 tone,
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApplicationSettingsActivity.java 177 final Ringtone tone = RingtoneManager.getRingtone(mRingtonePreference.getContext(), local
180 if (tone != null) {
181 ringtoneName = tone.getTitle(mRingtonePreference.getContext());
  /packages/services/Telecomm/src/com/android/server/telecom/
DtmfLocalTonePlayer.java 37 * check the "play local tones" setting and (2) the length of time we keep the tone generator, this
43 /** Generator used to actually play the tone. */
51 Log.e(this, e, "Error creating local tone generator.");
103 Log.d(this, "playTone: no tone generator, %c.", c);
105 Log.d(this, "starting local tone: %c.", c);
106 int tone = getMappedTone(c); local
107 if (tone != ToneGenerator.TONE_UNKNOWN) {
108 mToneGeneratorProxy.startTone(tone, -1 /* toneDuration */);
151 * Starts playing the dtmf tone specified by c.
167 * Stops any currently playing dtmf tone
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyUnprocessedActivity.java 146 //RMS for tone:
183 // Test tone
257 //Init bands for Tone test
549 double[] tone = new double[points]; local
554 mFreqAverageTone.getData(tone, false);
568 toneDb[i] = 20 * Math.log10(tone[i]);
588 //Tone test
593 sb.append(String.format("RMS level of tone: %.2f dBFS\n", rmsMaxDb));
603 //check the spectrum is really a tone around 1 khz
609 sb.append(" 1 Khz Tone Frequency Response Test SUCCESSFUL\n")
    [all...]
  /external/ImageMagick/MagickCore/
fx.c 4251 tone; local
    [all...]
  /hardware/broadcom/libbt/include/
uipc_msg.h 721 uint16_t tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member in struct:__anon39952
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 508 #define tone CUR Strings[282] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 508 #define tone CUR Strings[282] macro
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 654 milliseconds