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);
175 * 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 113 if(c != null) hangup(c);
115 Rlog.e(LOG_TAG, "unexpected error on hangup during dispose");
120 if(mPendingMO != null) hangup(mPendingMO);
122 Rlog.e(LOG_TAG, "unexpected error on hangup during dispose");
520 // Someone has already asked to hangup this call
530 "poll: hangupPendingMO, hangup conn " + i);
531 hangup(mConnections[i]);
533 Rlog.e(LOG_TAG, "unexpected error on hangup");
537 // Wait for hangup and repoll
649 // clear the "local hangup" and "missed/rejected call
714 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
791 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
804 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);
178 * 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 115 if(c != null) hangup(c);
117 Rlog.e(LOG_TAG, "unexpected error on hangup during dispose");
122 if(pendingMO != null) hangup(pendingMO);
124 Rlog.e(LOG_TAG, "unexpected error on hangup during dispose");
472 // Someone has already asked to hangup this call
477 "poll: hangupPendingMO, hangup conn " + i);
478 hangup(mConnections[i]);
480 Rlog.e(LOG_TAG, "unexpected error on hangup");
484 // Wait for hangup and repoll
577 // clear the "local hangup" and "missed/rejected call
681 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
741 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
754 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::__anon10751::__anon10752
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 334 static boolean hangup(CallManager cm) { method in class:PhoneUtils
341 log("hangup(): hanging up ringing call");
344 log("hangup(): hanging up foreground call");
345 hungup = hangup(fg);
347 log("hangup(): hanging up background call");
348 hungup = hangup(bg);
355 log("hangup(): no active call to hang up");
363 if (DBG) log("hangup ringing call");
369 log("hangupRingingCall(): regular incoming call: hangup()");
370 return hangup(ringing)
447 static boolean hangup(Call call) { method in class:PhoneUtils
472 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 2428 milliseconds