HomeSort by relevance Sort by last modified time
    Searched full:tone (Results 51 - 75 of 427) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
SimTonesTest.java 28 * Junit / Instrumentation test case for the SIM tone generator
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 35 TONE(0x0e),
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...]
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 72 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream);
AudioPolicyCompatClient.cpp 131 status_t AudioPolicyCompatClient::startTone(ToneGenerator::tone_type tone,
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 42 // Tone default timeout - 2 seconds
  /system/core/include/system/
audio_policy.h 77 /* Used to generate a tone to notify the user of a
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 185 /** The DTMF tone volume relative to other sounds in the stream */
662 // retrieve the DTMF tone play back setting.
674 // a local audio signal, and is not as important as the dtmf tone itself.
680 Log.w(TAG, "Exception caught while creating local tone generator: " + e);
741 // Make sure we don't leave this activity with a tone still playing.
    [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...]
psy.h 136 float *tone,
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 51 T = 3; # Tone Marks
  /frameworks/av/include/media/stagefright/
AudioSource.h 68 // the video recording signal tone
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.h 142 * e.g. to play a ring tone when listenin to MP3 Music :-
152 #define SND_USE_CASE_MOD_PLAY_TONE "Play Tone"
158 * TQ - Tone Quality
258 * TQ - Tone Quality
  /hardware/ti/wlan/mac80211/ti-utils/
README 254 Tone transmission testing
259 calibrator set plt_tx_tone <power> <tone type>
261 Tone type
262 1 - Single tone
  /external/chromium_org/third_party/icu/source/data/unidata/
DerivedJoiningType.txt 123 07EB..07F3 ; T # Mn [9] NKO COMBINING SHORT HIGH TONE..NKO COMBINING DOUBLE DOT ABOVE
187 0EC8..0ECD ; T # Mn [6] LAO TONE MAI EK..LAO NIGGAHITA
207 108D ; T # Mn MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE
248 1CD0..1CD2 ; T # Mn [3] VEDIC TONE KARSHANA..VEDIC TONE PRENKHA
249 1CD4..1CE0 ; T # Mn [13] VEDIC SIGN YAJURVEDIC MIDLINE SVARITA..VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA
267 302A..302F ; T # Mn [6] IDEOGRAPHIC LEVEL TONE MARK..HANGUL DOUBLE DOT TONE MARK
279 A926..A92D ; T # Mn [8] KAYAH LI VOWEL UE..KAYAH LI TONE CALYA PLOPHU
293 AABE..AABF ; T # Mn [2] TAI VIET VOWEL AM..TAI VIET TONE MAI E
    [all...]
  /external/libexif/libexif/canon/
mnote-canon-tag.c 90 {MNOTE_CANON_TAG_SETTINGS_1, 41, N_("Color Tone")},
121 {MNOTE_CANON_TAG_COLOR_INFORMATION, 0, N_("Tone Curve")},
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h 33 #define TONE_THR (Word16)(0.65*MAX_16) /* Threshold for tone detection */
97 #define POW_TONE_THR (Word32)686080L /* If input power is lower,tone detection flag is ignored */
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java 130 * Returns the RTP payload type for dual-tone multi-frequency (DTMF) digits,
140 * Sets the RTP payload type for dual-tone multi-frequency (DTMF) digits.
  /hardware/libhardware/include/hardware/
bt_hf.h 103 * tone contains the dtmf character to be sent
105 typedef void (* bthf_dtmf_cmd_callback)(char tone);
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 201 Log.e(TAG, "Error playing DTMF tone.", e);
210 Log.e(TAG, "Error stopping DTMF tone.", e);
  /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_
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 72 // start tone playback thread
709 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
719 ALOGV("AudioCommandThread() processing stop tone");
855 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
866 ALOGV("AudioCommandThread() adding tone stop");
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 251 Ringtone tone = soundUri != null ? RingtoneManager.getRingtone(this, soundUri) : null; local
252 mRingtonePref.setSummary(tone != null ? tone.getTitle(this)
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 115 tOne,

Completed in 1506 milliseconds

1 23 4 5 6 7 8 91011>>