/packages/apps/Stk/src/com/android/stk/ |
TonePlayer.java | 23 import com.android.internal.telephony.gsm.stk.Tone; 30 private static final HashMap<Tone, Integer> mToneMap = new HashMap<Tone, Integer>(); 33 // Map STK tone ids to the system tone ids. 34 mToneMap.put(Tone.DIAL, ToneGenerator.TONE_SUP_DIAL); 35 mToneMap.put(Tone.BUSY, ToneGenerator.TONE_SUP_BUSY); 36 mToneMap.put(Tone.CONGESTION, ToneGenerator.TONE_SUP_CONGESTION); 37 mToneMap.put(Tone.RADIO_PATH_ACK, ToneGenerator.TONE_SUP_RADIO_ACK); 38 mToneMap.put(Tone.RADIO_PATH_NOT_AVAILABLE, ToneGenerator.TONE_SUP_RADIO_NOTAVAIL) [all...] |
ToneDialog.java | 34 * Activity used for PLAY TONE command. 59 // Message id to signal tone duration timeout. 85 // Start playing tone and vibration 87 player.play(settings.tone); 124 settings = intent.getParcelableExtra("TONE");
|
StkApp.java | 38 // Tone default timeout - 2 seconds
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
Tone.java | 23 * Enumeration for representing the tone values for use with PLAY TONE 28 public enum Tone implements Parcelable { 32 * Dial tone. 62 * Call waiting tone. 67 * Ringing tone. 79 * Positive acknowledgement tone. 84 * Negative acknowledgement tone. 89 * Ringing tone as selected by the user for incoming speech call. 94 * Alert tone as selected by the user for incoming SMS [all...] |
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);
|
CommandParams.java | 83 Tone tone, Duration duration, boolean vibrate) { 86 this.settings = new ToneSettings(duration, tone, vibrate);
|
/frameworks/base/media/java/android/media/ |
ToneGenerator.java | 37 * DTMF tone for key 0: 1336Hz, 941Hz, continuous</p> 43 * DTMF tone for key 1: 1209Hz, 697Hz, continuous 49 * DTMF tone for key 2: 1336Hz, 697Hz, continuous 55 * DTMF tone for key 3: 1477Hz, 697Hz, continuous 61 * DTMF tone for key 4: 1209Hz, 770Hz, continuous 67 * DTMF tone for key 5: 1336Hz, 770Hz, continuous 73 * DTMF tone for key 6: 1477Hz, 770Hz, continuous 79 * DTMF tone for key 7: 1209Hz, 852Hz, continuous 85 * DTMF tone for key 8: 1336Hz, 852Hz, continuous 91 * DTMF tone for key 9: 1477Hz, 852Hz, continuou [all...] |
/frameworks/base/include/media/ |
ToneGenerator.h | 52 TONE_SUP_DIAL, // Dial tone: CEPT: 425Hz, continuous 54 TONE_SUP_BUSY, // Busy tone, CEPT: 425Hz, 500ms ON, 500ms OFF... 55 TONE_SUP_CONGESTION, // Congestion tone CEPT, JAPAN: 425Hz, 200ms ON, 200ms OFF... 60 TONE_SUP_RINGTONE, // Ring Tone CEPT, JAPAN: 425Hz, 1s ON, 4s OFF... 66 TONE_PROP_PROMPT, // Prompt tone: 400Hz+1200Hz, 200ms ON 69 TONE_SUP_INTERCEPT, // Intercept tone: alternating 440 Hz and 620 Hz tones, each on for 250 ms. 70 TONE_SUP_INTERCEPT_ABBREV, // Abbreviated intercept: intercept tone limited to 4 seconds 71 TONE_SUP_CONGESTION_ABBREV, // Abbreviated congestion: congestion tone limited to 4 seconds 72 TONE_SUP_CONFIRM, // Confirm tone: a 350 Hz tone added to a 440 Hz tone repeated 3 times in a 100 ms on, 100 ms off cycle [all...] |
/cts/apps/CtsVerifier/jni/audioquality/ |
OverflowCheck.h | 21 ~3-second duration ~250 Hz pure tone at a level sufficient to cause 24 sampleRate is in pcm. The expected signal contains silence - tone - 25 silence. The approximate duration in seconds of the tone found is 27 the tone is returned in numDeltas. The approximate sample numbers of 28 the tone endpoints are returned in onset and offset. The maximum
|
GlitchTest.h | 32 sample_rate that contain a stimulis tone of stim_freq frequency. 34 onset_thresh (dB re 1.0). Any frames containing a tone that have 45 the tone that exceeds onset_thresh (in dB re 1.0) is returned as 47 the energy at the tone frequency to the energy in the rest of the 53 -3 The tone signal onset was not found. 54 -4 The tone signal end was not found. */
|
GlitchTest.cpp | 50 // the (windowed) tone should be found. 79 // possible states: (1) before tone onset; (2) within tone 80 // region; (3) after tone offset. 121 (maxValue > mOnsetThresh)) { // tone should not pop up again!
|
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialer.java | 66 // indicate if we want to enable the DTMF tone playback. 69 // DTMF tone type 78 // Short Dtmf tone duration 82 /** Hash Map to map a character to a tone*/ 183 * 2. Allow ONLY valid DTMF characters to generate a tone and be 229 * a dtmf code and play a local dtmf tone. 244 // if the character is a valid dtmf code, start playing the tone and send the 259 * a dtmf code and the dtmf tone. 274 if (DBG) log("Stopping the tone for '" + c + "'"); 291 // if the character is a valid dtmf code, start playing the tone and send th [all...] |
CallNotifier.java | 157 // The tone volume relative to other sounds in the stream SignalInfo 164 // Emergency call tone and vibrate: 169 // Ringback tone player 172 // Call waiting tone player 191 // when a tone is being played and releases it after its done playing. 413 // Stop any signalInfo tone being played on receiving a Call 456 if (VDBG) log("- starting call waiting tone..."); 706 // Stop any signal info tone when call moves to ACTIVE state 724 // stop call waiting tone if needed when answering [all...] |
EmergencyDialer.java | 79 /** The DTMF tone volume relative to other sounds in the stream */ 207 // a local audio signal, and is not as important as the dtmf tone itself. 217 Log.w(LOG_TAG, "Exception caught while creating local tone generator: " + e); 442 // retrieve the DTMF tone play back setting. 450 // a local audio signal, and is not as important as the dtmf tone itself. 457 Log.w(LOG_TAG, "Exception caught while creating local tone generator: " + e); 522 * Plays the specified tone for TONE_LENGTH_MS milliseconds. 524 * The tone is played locally, using the audio stream for phone calls. 528 * @param tone a tone code from {@link ToneGenerator [all...] |
/external/icu4c/layout/ |
ThaiShaping.cpp | 63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) 72 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { 73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU]; 76 return tone; 79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) 88 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { 89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU]; 92 return tone; [all...] |
ThaiShaping.h | 94 static LEUnicode lowerRightTone(LEUnicode tone, le_uint8 glyphSet); 95 static LEUnicode lowerLeftTone(LEUnicode tone, le_uint8 glyphSet); 96 static LEUnicode upperLeftTone(LEUnicode tone, le_uint8 glyphSet);
|
ThaiLayoutEngine.h | 24 * the variant forms needed to display accents and tone marks correctly in context. 83 * tone marks that are out of sequence. Usually
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
CallFailCause.java | 32 // Busy Tone 35 // No Tone 40 // Congestion Tone
|
/frameworks/base/services/audioflinger/ |
AudioPolicyService.h | 130 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream); 143 // Thread used for tone playback and to send audio config commands to audio flinger 144 // For tone playback, using a separate thread is necessary to avoid deadlock with mLock because startTone() 145 // and stopTone() are normally called with mLock locked and requesting a tone start or stop will cause 153 // commands for tone AudioCommand 180 // descriptor for requested tone playback event 199 int mType; // tone type (START_TONE only) 224 ToneGenerator *mpToneGenerator; // the tone generator 237 sp <AudioCommandThread> mTonePlaybackThread; // tone playback thread
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CallFailCause.java | 30 // Busy Tone 35 // Congestion Tone
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ixjuser.h | 147 * This IOCTL allows you to reassign values in the tone index table. The 148 * tone table has 32 entries (0 - 31), but the driver only allows entries 152 * Dial Tone - 25 160 * enum IXJ_TONE_FREQ. Each tone index can have two frequencies with 304 * The IXJCTL_TONE_CADENCE ioctl defines tone sequences used for various 307 * the tone sequence. The tone_on_time and tone_off time are in 315 * structures. If the freq0 variable is non-zero, the tone table contents 317 * should be noted that DTMF tones cannot be reassigned, so if DTMF tone 322 * initialize the needed tone table elements and begin playing the tone, [all...] |
/frameworks/base/include/media/stagefright/ |
AudioSource.h | 60 // the video recording signal tone
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
SimTonesTest.java | 27 * Junit / Instrumentation test case for the SIM tone generator
|
/frameworks/base/media/libmedia/ |
ToneGenerator.cpp | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
RingtoneManagerTest.java | 168 assertTrue("Must have at least one ring tone available", c.getCount() > 0); 213 assertTrue("Must have at least one alarm tone available", c.getCount() > 0); 237 assertTrue("Must have at least one ring tone available", c.getCount() > 0);
|