HomeSort by relevance Sort by last modified time
    Searched full:hangup (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 116 hangup(c);
123 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
129 hangup(mPendingMO);
134 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
485 // Someone has already asked to hangup this call
490 "poll: hangupPendingMO, hangup conn " + i);
491 hangup(mConnections[i]);
493 Rlog.e(LOG_TAG, "unexpected error on hangup");
497 // Wait for hangup and repoll
590 // clear the "local hangup" and "missed/rejected call
690 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
750 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
763 hangup((GsmConnection)(call.getConnections().get(0))); method
    [all...]
GsmCall.java 88 hangup() throws CallStateException { method in class:GsmCall
89 mOwner.hangup(this);
180 * Note that at this point, the hangup request has been dispatched to the radio
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 114 hangup(c);
121 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
127 hangup(mPendingMO);
132 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
531 // Someone has already asked to hangup this call
541 "poll: hangupPendingMO, hangup conn " + i);
542 hangup(mConnections[i]);
544 Rlog.e(LOG_TAG, "unexpected error on hangup");
548 // Wait for hangup and repoll
660 // clear the "local hangup" and "missed/rejected call
722 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
799 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
812 hangup((CdmaConnection)(call.getConnections().get(0))); method
    [all...]
CdmaCall.java 85 hangup() throws CallStateException { method in class:CdmaCall
86 mOwner.hangup(this);
178 * Note that at this point, the hangup request has been dispatched to the radio
  /external/webrtc/test/functional_test/
webrtc_test.html 230 document.getElementById("hangup").disabled = false;
234 function hangUp() {
235 document.getElementById("hangup").disabled = true;
318 document.getElementById("hangup").disabled = true;
339 document.getElementById("hangup").disabled = false;
483 hangUp();
575 <button id="hangup" onclick="hangUp();" disabled="true">Hang up</button><br>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 72 public abstract void hangup() throws CallStateException; method in class:Call
246 * Hangup call if it is alive
251 hangup();
Connection.java 37 LOCAL, /* normal; local hangup */
222 * Hangup individual Connection
224 public abstract void hangup() throws CallStateException; method in class:Connection
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 119 int onhtime; /* Hangup-Timeout */
128 int chargehup; /* Flag: Charge-Hangup */
129 int ihup; /* Flag: Hangup-Timeout on incoming line */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 119 int onhtime; /* Hangup-Timeout */
128 int chargehup; /* Flag: Charge-Hangup */
129 int ihup; /* Flag: Hangup-Timeout on incoming line */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 119 int onhtime; /* Hangup-Timeout */
128 int chargehup; /* Flag: Charge-Hangup */
129 int ihup; /* Flag: Hangup-Timeout on incoming line */
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 381 hangup(bg);
384 hangup(fg);
403 static boolean hangup(CallManager cm) { method in class:PhoneUtils
410 log("hangup(): hanging up ringing call");
413 log("hangup(): hanging up foreground call");
414 hungup = hangup(fg);
416 log("hangup(): hanging up background call");
417 hungup = hangup(bg);
424 log("hangup(): no active call to hang up");
432 if (DBG) log("hangup ringing call")
516 static boolean hangup(Call call) { method in class:PhoneUtils
541 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(HUP,1,"Hangup")

Completed in 953 milliseconds

1 2 3 4 5 6 7 8 91011