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

  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 90 static final int AUDIO_RINGING = 1; /** audio behaviour while ringing */
229 * Answer the currently-ringing call.
232 * actually a ringing incoming call, or some other error occurred.
237 static boolean answerCall(Call ringing) {
240 // If the ringer is currently ringing and/or vibrating, stop it
246 Phone phone = ringing.getPhone();
252 if (ringing.getState() == Call.State.WAITING) {
258 if (ringing != null && ringing.isRinging()) {
259 if (DBG) log("answerCall: call state = " + ringing.getState())
329 Call ringing = cm.getFirstActiveRingingCall(); local
    [all...]
CallNotifier.java 83 // stopped ringing. Instead, when a call-waiting call first comes in we
215 if (DBG) log("RINGING... (new)");
226 if ((pb.getState() == Phone.State.RINGING)
228 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
251 // any more, so start ringing NOW even if it means we won't
364 Call ringing = c.getCall(); local
365 Phone phone = ringing.getPhone();
374 PhoneUtils.hangupRingingCall(ringing);
388 PhoneUtils.hangupRingingCall(ringing);
404 Log.i(LOG_TAG, "CallNotifier.onNewRingingConnection(): connection not ringing!");
    [all...]
InCallScreen.java 3594 Call ringing = mCM.getFirstActiveRingingCall(); local
    [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...]

Completed in 34 milliseconds