HomeSort by relevance Sort by last modified time
    Searched defs:tone (Results 1 - 12 of 12) 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 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:__anon19264
  /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/third_party/libjingle/source/talk/session/phone/
call.cc 345 // Check to see if we have a queued tone
349 int tone = queued_dtmf_.front(); local
352 LOG(LS_INFO) << "Call::ContinuePlayDTMF(" << tone << ")";
357 voice_channel->PressDTMF(tone, true);
361 // Post a message to play the next tone or at least clear the playing_dtmf_
  /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 216 Ringtone tone = soundUri != null ? RingtoneManager.getRingtone(this, soundUri) : null; local
217 mRingtonePref.setSummary(tone != null ? tone.getTitle(this)
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 78 private Material tone; field in class:HDRRenderer
237 tone.setFloat("A", exposure);
238 tone.setFloat("White", whiteLevel);
239 tone.setTexture("Lum", scene1[oppSrc]);
240 tone.setTexture("Lum2", scene1[curSrc]);
241 tone.setFloat("BlendFactor", blendFactor);
242 renderProcessing(r, out, tone);
271 tone.setTexture("Texture", mainScene);
322 tone = new Material(manager, "Common/MatDefs/Hdr/ToneMap.j3md");
323 tone.setFloat("A", 0.18f);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 717 UINT16 tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member in struct:__anon3443
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 504 #define tone CUR Strings[282] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 504 #define tone CUR Strings[282] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 504 #define tone CUR Strings[282] macro
    [all...]

Completed in 475 milliseconds