HomeSort by relevance Sort by last modified time
    Searched refs:tone (Results 26 - 48 of 48) sorted by null

12

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 220 "Active call disconnects, but tone is playing",
239 "Tone stops playing, with no active calls",
  /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...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyClientImplLegacy.cpp 293 int aps_start_tone(void *service, audio_policy_tone_t tone,
298 return audioPolicyService->startTone(tone, stream);
AudioPolicyService.cpp 74 // start tone playback thread
475 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
484 ALOGV("AudioCommandThread() processing stop tone");
707 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
715 ALOGV("AudioCommandThread() adding tone stop");
    [all...]
AudioPolicyService.h 168 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
245 // Thread used for tone playback and to send audio config commands to audio flinger
246 // For tone playback, using a separate thread is necessary to avoid deadlock with mLock because
247 // startTone() and stopTone() are normally called with mLock locked and requesting a tone start
255 // commands for tone AudioCommand
320 // descriptor for requested tone playback event
347 ToneGenerator::tone_type mType; // tone type (START_TONE only)
418 ToneGenerator *mpToneGenerator; // the tone generator
493 // request the playback of a tone on the specified stream: used for instance to replace notification sounds when playing
495 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 101 /** The DTMF tone volume relative to other sounds in the stream */
231 // a local audio signal, and is not as important as the dtmf tone itself.
237 Log.w(LOG_TAG, "Exception caught while creating local tone generator: " + e);
470 // retrieve the DTMF tone play back setting.
475 // a local audio signal, and is not as important as the dtmf tone itself.
482 Log.w(LOG_TAG, "Exception caught while creating local tone generator: " + e);
540 * Plays the specified tone for TONE_LENGTH_MS milliseconds.
542 * The tone is played locally, using the audio stream for phone calls.
546 * @param tone a tone code from {@link ToneGenerator
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 306 // request the playback of a tone on the specified stream: used for instance to replace notification sounds when playing
308 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
  /hardware/libhardware/include/hardware/
audio_policy.h 353 /* request the playback of a tone on the specified stream.
358 audio_policy_tone_t tone,
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 163 /** The DTMF tone volume relative to other sounds in the stream */
636 // a local audio signal, and is not as important as the dtmf tone itself.
643 Log.w(TAG, "Exception caught while creating local tone generator: " + e);
673 // retrieve the DTMF tone play back setting.
723 // Make sure we don't leave this activity with a tone still playing.
836 * When a key is pressed, we start playing DTMF tone, do vibration, and enter the digit
837 * immediately. When a key is released, we stop the tone. Note that the "key press" event will
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 356 // parse tone duration
880 Tone tone = null; local
    [all...]
  /external/ImageMagick/MagickCore/
fx.c 4251 tone; local
    [all...]
  /hardware/broadcom/libbt/include/
uipc_msg.h 721 UINT16 tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member in struct:__anon30421
  /device/asus/fugu/
init.fugu.rc 150 setprop persist.thermal.shutdown.tone 0
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 716 void OnToneChange(const std::string& tone) override {
717 tones_.push_back(tone);
718 if (tone.empty()) {
    [all...]
  /external/libvorbis/lib/
psy.c 165 to the tone data to be pessimistic and thus apply the minimum
766 /* tone masking */
774 float *tone,
788 logmask[i]=max(val,tone[i]+toneatt);
    [all...]
  /external/ImageMagick/www/api/
fx.php 414 <p>MagickSepiaToneImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone.</p>
435 <dd>the tone threshold. </dd>
magick-image.php     [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...]
  /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/v8/test/mjsunit/
unicode-test.js     [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 

Completed in 1012 milliseconds

12