/packages/apps/Stk/src/com/android/stk/ |
TonePlayer.java | 23 import com.android.internal.telephony.cat.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. 60 // Message id to signal tone duration timeout. 88 // Start playing tone and vibration 90 player.play(settings.tone); 128 settings = intent.getParcelableExtra("TONE");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
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); 51 dest.writeParcelable(tone, 0);
|
/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/av/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...] |
/packages/apps/InCallUI/src/com/android/incallui/ |
DialpadPresenter.java | 39 * appropriate DTMF tone, and appending the digit to the EditText 50 * DTMF tone (or short tone if requested), and appending the digit to the 55 // if it is a valid key, then update the display and send the dtmf tone. 57 Log.d(this, "updating display and sending dtmf tone for '" + c + "'"); 61 // Plays the tone through CallCommandService 69 * Stops the local tone based on the phone type. 72 Log.d(this, "stopping remote tone");
|
DialpadFragment.java | 130 * 2. Allow ONLY valid DTMF characters to generate a tone and be 176 * a dtmf code and play a local dtmf tone. 191 // if the character is a valid dtmf code, start playing the tone and send the 206 * a dtmf code and the dtmf tone. 221 Log.d(this, "Stopping the tone for '" + c + "'"); 238 // if the character is a valid dtmf code, start playing the tone and send the 255 * then we just force-stop the last tone without checking if the event 262 /*if (DBG) log("Stopping the last played tone."); 273 Log.d(this, "Stopping the tone for '" + c + "'"); 398 // start the tone [all...] |
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/ |
ToneMap.j3md | 1 MaterialDef Tone Mapper {
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCDTMFToneChangeEvent.cpp | 38 PassRefPtr<RTCDTMFToneChangeEvent> RTCDTMFToneChangeEvent::create(const String& tone) 40 return adoptRef(new RTCDTMFToneChangeEvent(tone)); 54 RTCDTMFToneChangeEvent::RTCDTMFToneChangeEvent(const String& tone) 56 , m_tone(tone) 63 , m_tone(initializer.tone) 72 const String& RTCDTMFToneChangeEvent::tone() const function in class:WebCore::RTCDTMFToneChangeEvent
|
RTCDTMFToneChangeEvent.h | 35 String tone; member in struct:WebCore::RTCDTMFToneChangeEventInit 43 static PassRefPtr<RTCDTMFToneChangeEvent> create(const String& tone); 46 const String& tone() const; 52 explicit RTCDTMFToneChangeEvent(const String& tone);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
dtmfsender.cc | 47 // | 0--9 | 0--9 | tone | yes | 48 // | * | 10 | tone | yes | 49 // | # | 11 | tone | yes | 50 // | A--D | 12--15 | tone | yes | 53 // 2 seconds before processing the next tone. We use -1 as its code. 67 bool GetDtmfCode(char tone, int* code) { 69 char event = toupper(tone); 195 // Get the first DTMF tone from the tone buffer. Unrecognized characters will 207 char tone = tones_[first_tone_pos] local [all...] |
dtmfsender_unittest.cc | 53 virtual void OnToneChange(const std::string& tone) OVERRIDE { 54 LOG(LS_VERBOSE) << "FakeDtmfObserver::OnToneChange '" << tone << "'."; 55 tones_.push_back(tone); 56 if (tone.empty()) { 167 char tone = *it; local 169 webrtc::GetDtmfCode(tone, &code); 170 if (tone == ',') { 264 // Wait until the first tone got sent. 267 // Insert with another tone buffer. 285 // Wait until the first tone got sent [all...] |
dtmfsenderinterface.h | 45 // Triggered when DTMF |tone| is sent. 46 // If |tone| is empty that means the DtmfSender has sent out all the given 48 virtual void OnToneChange(const std::string& tone) = 0; 89 // Returns the current tone duration value in ms. 94 // Returns the current value of the between-tone gap in ms.
|
/packages/services/Telephony/src/com/android/phone/ |
DTMFTonePlayer.java | 50 /** Hash Map to map a character to a tone*/ 82 // Short Dtmf tone duration 174 // create the tone generator 176 // a local audio signal, and is not as important as the dtmf tone itself. 183 Log.e(LOG_TAG, "Exception caught while creating local tone generator", e); 199 // release the tone generator. 215 * Starts playback of the dtmf tone corresponding to the parameter. 218 // Only play the tone if it exists. 232 // Before we go ahead and start a tone, we need to make sure that any pending 233 // stop-tone message is processed [all...] |
CallNotifier.java | 148 // The tone volume relative to other sounds in the stream SignalInfo 155 // Emergency call tone and vibrate: 160 // Ringback tone player 163 // Call waiting tone player 224 // when a tone is being played and releases it after its done playing. 400 // Stop any signalInfo tone being played on receiving a Call 653 * ringtone. Otherwise we will play the call waiting tone instead. 660 if (VDBG) log("- starting call waiting tone..."); 696 // Stop any signal info tone when call moves to ACTIVE state 716 // stop call waiting tone if needed when answerin [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);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
CallFailCause.java | 32 // Busy Tone 35 // No Tone 40 // Congestion Tone
|
/external/chromium_org/content/renderer/media/ |
rtc_dtmf_sender_handler.cc | 49 void RtcDtmfSenderHandler::OnToneChange(const std::string& tone) { 54 webkit_client_->didPlayTone(UTF8ToUTF16(tone));
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_lao3.xml | 28 <!-- U+0EB1/U+0EC9: "??" LAO VOWEL SIGN MAI KAN/LAO TONE MAI THO --> 40 <!-- U+0ECA: "?" LAO TONE MAI TI --> 44 <!-- U+0ECB: "?" LAO TONE MAI CATAWA --> 81 <!-- U+0EC9: "?" LAO TONE MAI THO --> 85 <!-- U+0EC8: "?" LAO TONE MAI EK -->
|
/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/chromium_org/third_party/WebKit/Source/platform/mediastream/ |
RTCDTMFSenderHandler.cpp | 71 void RTCDTMFSenderHandler::didPlayTone(const WebString& tone) const 74 m_client->didPlayTone(tone);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CallFailCause.java | 30 // Busy Tone 35 // Congestion Tone
|
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 137 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream); 153 // Thread used for tone playback and to send audio config commands to audio flinger 154 // For tone playback, using a separate thread is necessary to avoid deadlock with mLock because 155 // startTone() and stopTone() are normally called with mLock locked and requesting a tone start 163 // commands for tone AudioCommand 200 // descriptor for requested tone playback event 219 ToneGenerator::tone_type mType; // tone type (START_TONE only) 256 ToneGenerator *mpToneGenerator; // the tone generator 343 sp<AudioCommandThread> mTonePlaybackThread; // tone playback thread
|