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

  /frameworks/base/telephony/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);
49 dest.writeParcelable(tone, 0);
CommandParamsFactory.java 306 // parse tone duration
772 Tone tone = null; local
777 ComprehensionTlv ctlv = searchForTag(ComprehensionTlvTag.TONE, ctlvs);
785 tone = Tone.fromInt(toneVal);
797 // parse tone duration
812 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:__anon16443
  /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/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/bluez/audio/
headset.c 218 g_string_append(gstr, "\"In-band ring tone capability\" ");
1023 char tone; local
1026 error("Too short string for DTMF tone");
1030 tone = buf[7];
1031 if (tone >= '#' && tone <= 'D')
1032 telephony_transmit_dtmf_req(device, tone);
    [all...]
  /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 267 milliseconds