HomeSort by relevance Sort by last modified time
    Searched defs:hangup (Results 1 - 16 of 16) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
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
CdmaConnection.java 297 public void hangup() throws CallStateException { method in class:CdmaConnection
299 mOwner.hangup(this);
364 * Note that at this point, the hangup request has been dispatched to the radio
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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
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
GsmConnection.java 260 public void hangup() throws CallStateException { method in class:GsmConnection
262 mOwner.hangup(this);
327 * Note that at this point, the hangup request has been dispatched to the radio
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...]
  /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
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 250 mGSMPhone.getForegroundCall().hangup();
362 // One disconnected (local hangup) call
367 conn.hangup();
629 mGSMPhone.getForegroundCall().hangup();
643 // Test held and hangup held calls
735 // Hangup conference call, ringing call still around
736 mGSMPhone.getBackgroundCall().hangup();
1917 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
    [all...]
  /external/libppp/src/
datalink.h 72 char hangup[SCRIPT_LEN]; member in struct:datalink::__anon22802::__anon22803
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 340 hangup(bg);
343 hangup(fg);
362 static boolean hangup(CallManager cm) { method in class:PhoneUtils
369 log("hangup(): hanging up ringing call");
372 log("hangup(): hanging up foreground call");
373 hungup = hangup(fg);
375 log("hangup(): hanging up background call");
376 hungup = hangup(bg);
383 log("hangup(): no active call to hang up");
391 if (DBG) log("hangup ringing call")
475 static boolean hangup(Call call) { method in class:PhoneUtils
500 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 496 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
499 if (SC_DBG) log("hangup: call " + getState()
505 c.hangup();
512 if (SC_DBG) log("hangup: dead call " + getState()
532 hangup(); method
928 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 138 static mDNSBool hangup = 0; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 501 #define hangup CUR Strings[279] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 501 #define hangup CUR Strings[279] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 501 #define hangup CUR Strings[279] macro
    [all...]

Completed in 1180 milliseconds