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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 69 hangup() throws CallStateException { method in class:CdmaCall
70 mOwner.hangup(this);
162 * Note that at this point, the hangup request has been dispatched to the radio
CdmaConnection.java 251 public void hangup() throws CallStateException { method in class:CdmaConnection
253 mOwner.hangup(this);
318 * Note that at this point, the hangup request has been dispatched to the radio
CdmaCallTracker.java 555 // Someone has already asked to hangup this call
565 "poll: hangupPendingMO, hangup conn " + i);
566 hangup(mConnections[i]);
568 Rlog.e(LOG_TAG, "unexpected error on hangup");
572 // Wait for hangup and repoll
696 // clear the "local hangup" and "missed/rejected call"
765 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
775 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
788 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
800 Rlog.w(LOG_TAG,"CdmaCallTracker WARN: hangup() on absent connection
842 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
855 hangup((CdmaConnection)(call.getConnections().get(0))); method
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 71 hangup() throws CallStateException { method in class:GsmCall
72 mOwner.hangup(this);
163 * Note that at this point, the hangup request has been dispatched to the radio
GsmConnection.java 222 public void hangup() throws CallStateException { method in class:GsmConnection
224 mOwner.hangup(this);
289 * Note that at this point, the hangup request has been dispatched to the radio
GsmCallTracker.java 480 // Someone has already asked to hangup this call
485 "poll: hangupPendingMO, hangup conn " + i);
486 hangup(mConnections[i]);
488 Rlog.e(LOG_TAG, "unexpected error on hangup");
492 // Wait for hangup and repoll
595 // clear the "local hangup" and "missed/rejected call"
702 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
712 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
720 Rlog.w(LOG_TAG,"GsmCallTracker WARN: hangup() on absent connection "
762 hangup (GsmCall call) throws CallStateException method in class:GsmCallTracker
775 hangup((GsmConnection)(call.getConnections().get(0))); method
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 57 mOwner.hangup(this);
59 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
99 hangup() throws CallStateException { method in class:ImsPhoneCall
100 mOwner.hangup(this);
ImsPhoneConnection.java 238 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
240 mOwner.hangup(this);
ImsPhoneCallTracker.java 475 hangup(mRingingCall);
723 hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
724 if (DBG) log("hangup connection");
731 hangup(conn.getCall());
737 hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
738 if (DBG) log("hangup call");
748 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
753 log("(foregnd) hangup dialing or alerting...");
757 log("(foregnd) hangup foreground");
763 log("(backgnd) hangup waiting or background")
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 252 mGSMPhone.getForegroundCall().hangup();
364 // One disconnected (local hangup) call
369 conn.hangup();
631 mGSMPhone.getForegroundCall().hangup();
645 // Test held and hangup held calls
737 // Hangup conference call, ringing call still around
738 mGSMPhone.getBackgroundCall().hangup();
1919 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 254 hangup(android.telephony.DisconnectCause.LOCAL);
289 hangup(android.telephony.DisconnectCause.LOCAL);
318 hangup(android.telephony.DisconnectCause.INCOMING_REJECTED);
513 protected void hangup(int telephonyDisconnectCode) { method in class:TelephonyConnection
516 // Hanging up a ringing call requires that we invoke call.hangup() as opposed to
517 // connection.hangup(). Without this change, the party originating the call will not
522 call.hangup();
524 Log.w(this, "Attempting to hangup a connection without backing call.");
527 // We still prefer to call connection.hangup() for non-ringing calls in order
529 // call.hangup() while in a conference, we would end up hanging up the entir
    [all...]
CdmaConference.java 55 Log.d(this, "Found multiparty call to hangup for conference.");
57 call.hangup();
59 Log.e(this, e, "Exception thrown trying to hangup conference");
TelephonyConference.java 66 Log.d(this, "Found multiparty call to hangup for conference.");
68 call.hangup();
71 Log.e(this, e, "Exception thrown trying to hangup conference");
CdmaConnection.java 218 originalConnection.hangup();
220 Log.e(this, e, "Failed to hangup call waiting call");
ImsConference.java 229 call.hangup();
231 Log.e(this, e, "Exception thrown trying to hangup conference");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 88 public abstract void hangup() throws CallStateException; method in class:Call
262 * Hangup call if it is alive
267 hangup();
Connection.java 316 * Hangup individual Connection
318 public abstract void hangup() throws CallStateException; method in class:Connection
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 104 getCall().hangup();
106 mOriginalConnection.hangup();
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 304 hangup(bg);
307 hangup(fg);
326 static boolean hangup(CallManager cm) { method in class:PhoneUtils
333 log("hangup(): hanging up ringing call");
336 log("hangup(): hanging up foreground call");
337 hungup = hangup(fg);
339 log("hangup(): hanging up background call");
340 hungup = hangup(bg);
347 log("hangup(): no active call to hang up");
355 if (DBG) log("hangup ringing call")
418 static boolean hangup(Call call) { method in class:PhoneUtils
443 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 498 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
501 if (SC_DBG) log("hangup: call " + getState()
507 c.hangup();
514 if (SC_DBG) log("hangup: dead call " + getState()
535 hangup(); method
931 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 505 #define hangup CUR Strings[279] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 505 #define hangup CUR Strings[279] macro
    [all...]

Completed in 451 milliseconds