HomeSort by relevance Sort by last modified time
    Searched refs:ringing (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 53 void setRingbackRequested(String callId, boolean ringing);
  /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 94 static final int AUDIO_RINGING = 1; /** audio behaviour while ringing */
134 private Call ringing; field in class:PhoneUtils.FgRingCalls
137 ringing = ring;
156 // before check the ringing call state
166 // since hangupActiveCall() also accepts the ringing call
167 // check if the ringing call was already answered or not
168 // only answer it when the call still is ringing
169 } else if (frC.ringing.isRinging()) {
173 answerCall(frC.ringing);
198 * Answer the currently-ringing call
296 final Call ringing = cm.getFirstActiveRingingCall(); local
328 Call ringing = cm.getFirstActiveRingingCall(); local
    [all...]
CallNotifier.java 199 log("RINGING... (new)");
270 * Handles a "new ringing connection" event from the telephony layer.
275 Call ringing = c.getCall(); local
276 Phone phone = ringing.getPhone();
284 PhoneUtils.hangupRingingCall(ringing);
289 Log.i(LOG_TAG, "CallNotifier.onNewRingingConnection(): connection not ringing!");
291 // ringing almost instantly after the onNewRingingConnection()
303 if (VDBG) log("- connection is ringing! state = " + state);
314 // it would be a "call waiting" call or a regular ringing call.
316 // ringing or bringing up the in-call UI
    [all...]
  /external/chromium_org/third_party/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...]
  /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...]
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 136 public void setRingbackRequested(String callId, boolean ringing) {
138 .setRingbackRequested(ringing);

Completed in 316 milliseconds