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

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFToneChangeEvent.h 35 String tone; member in struct:WebCore::RTCDTMFToneChangeEventInit
43 static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const String& tone);
46 const String& tone() const;
54 explicit RTCDTMFToneChangeEvent(const String& tone);
RTCDTMFToneChangeEvent.cpp 36 PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> RTCDTMFToneChangeEvent::create(const String& tone)
38 return adoptRefWillBeNoop(new RTCDTMFToneChangeEvent(tone));
52 RTCDTMFToneChangeEvent::RTCDTMFToneChangeEvent(const String& tone)
54 , m_tone(tone)
61 , m_tone(initializer.tone)
70 const String& RTCDTMFToneChangeEvent::tone() const function in class:WebCore::RTCDTMFToneChangeEvent
  /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 314 // parse tone duration
753 Tone tone = null; local
758 ComprehensionTlv ctlv = searchForTag(ComprehensionTlvTag.TONE, ctlvs);
766 tone = Tone.fromInt(toneVal);
778 // parse tone duration
793 mCmdParams = new PlayToneParams(cmdDet, textMsg, tone, duration, vibrate);
    [all...]
  /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:__anon37906
  /external/arduino/hardware/arduino/cores/arduino/
Tone.cpp 0 /* Tone.cpp
3 A Tone Generator Library
230 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration) function
411 // currently). for the others, it should end the tone, but won't restore
537 // timer gets initialized next time we call tone().
  /external/chromium_org/third_party/libjingle/source/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 virtual void OnToneChange(const std::string& tone) OVERRIDE {
54 LOG(LS_VERBOSE) << "FakeDtmfObserver::OnToneChange '" << tone << "'.";
55 tones_.push_back(tone);
56 if (tone.empty()) {
167 char tone = *it; local
169 webrtc::GetDtmfCode(tone, &code);
170 if (tone == ',') {
264 // Wait until the first tone got sent.
267 // Insert with another tone buffer.
285 // Wait until the first tone got sent
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 152 * - If a valid syllable is followed by a Hangul tone mark, reorder the tone
189 * We could cache the width of the tone marks and the existence of dotted-circle,
190 * but the use of the Hangul tone mark characters seems to be rare enough that
195 /* Tone mark follows a valid syllable; move it in front, unless it's zero width. */
200 hb_glyph_info_t tone = info[end]; local
202 info[start] = tone;
204 /* Merge clusters across the (possibly reordered) syllable+tone.
205 * We want to merge even in the zero-width tone mark case here,
206 * so that clustering behavior isn't dependent on how the tone mar
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 152 * - If a valid syllable is followed by a Hangul tone mark, reorder the tone
189 * We could cache the width of the tone marks and the existence of dotted-circle,
190 * but the use of the Hangul tone mark characters seems to be rare enough that
195 /* Tone mark follows a valid syllable; move it in front, unless it's zero width. */
200 hb_glyph_info_t tone = info[end]; local
202 info[start] = tone;
204 /* Merge clusters across the (possibly reordered) syllable+tone.
205 * We want to merge even in the zero-width tone mark case here,
206 * so that clustering behavior isn't dependent on how the tone mar
    [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/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 285 Ringtone tone = soundUri != null ? RingtoneManager.getRingtone(this, soundUri) : null; local
286 mRingtonePref.setSummary(tone != null ? tone.getTitle(this)
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 638 // Check to see if we have a queued tone
642 int tone = queued_dtmf_.front(); local
645 LOG(LS_INFO) << "Call::ContinuePlayDTMF(" << tone << ")";
649 it->second.voice_channel->PressDTMF(tone, true);
653 // Post a message to play the next tone or at least clear the playing_dtmf_
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 492 UINT16 tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member in struct:__anon6265
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 508 #define tone CUR Strings[282] macro
    [all...]
  /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...]

Completed in 657 milliseconds