/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
common.js | 14 var DEFAULT_SOUND = 'ringing';
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneUtils.java | 95 static final int AUDIO_RINGING = 1; /** audio behaviour while ringing */ 132 private Call ringing; field in class:PhoneUtils.FgRingCalls 135 ringing = ring; 154 // before check the ringing call state 164 // since hangupActiveCall() also accepts the ringing call 165 // check if the ringing call was already answered or not 166 // only answer it when the call still is ringing 167 } else if (frC.ringing.isRinging()) { 171 answerCall(frC.ringing); 260 * Answer the currently-ringing call 377 final Call ringing = cm.getFirstActiveRingingCall(); local 409 Call ringing = cm.getFirstActiveRingingCall(); local [all...] |
CallNotifier.java | 88 // stopped ringing. Instead, when a call-waiting call first comes in we 244 log("RINGING... (new)"); 255 if ((pb.getState() == PhoneConstants.State.RINGING) 257 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)"); 372 * Handles a "new ringing connection" event from the telephony layer. 377 Call ringing = c.getCall(); local 378 Phone phone = ringing.getPhone(); 386 PhoneUtils.hangupRingingCall(ringing); 391 Log.i(LOG_TAG, "CallNotifier.onNewRingingConnection(): connection not ringing!"); 393 // ringing almost instantly after the onNewRingingConnection( [all...] |
/external/speex/libspeex/ |
nb_celp.c | 259 VARDECL(spx_word16_t *ringing); 641 ALLOC(ringing, st->subframeSize, spx_word16_t); 729 ringing[i] = VERY_SMALL; 731 iir_mem16(ringing, interp_qlpc, ringing, response_bound, st->lpcSize, mem, stack); 734 filter_mem16(ringing, st->bw_lpc1, st->bw_lpc2, ringing, response_bound, st->lpcSize, mem, stack); 735 SPEEX_MEMSET(&ringing[response_bound], 0, st->subframeSize-response_bound); 737 iir_mem16(ringing, interp_qlpc, ringing, st->subframeSize, st->lpcSize, mem, stack) [all...] |