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 90 hangup() throws CallStateException { method in class:CdmaCall
91 owner.hangup(this);
179 * Note that at this point, the hangup request has been dispatched to the radio
CdmaConnection.java 285 public void hangup() throws CallStateException { method in class:CdmaConnection
287 owner.hangup(this);
370 * Note that at this point, the hangup request has been dispatched to the radio
CdmaCallTracker.java 113 if(c != null) hangup(c);
115 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
120 if(pendingMO != null) hangup(pendingMO);
122 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
530 // Someone has already asked to hangup this call
540 "poll: hangupPendingMO, hangup conn " + i);
541 hangup(connections[i]);
543 Log.e(LOG_TAG, "unexpected error on hangup");
547 // Wait for hangup and repoll
659 // clear the "local hangup" and "missed/rejected call
724 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
801 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
814 hangup((CdmaConnection)(call.getConnections().get(0))); method
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 86 hangup() throws CallStateException { method in class:GsmCall
87 owner.hangup(this);
175 * Note that at this point, the hangup request has been dispatched to the radio
GsmConnection.java 247 public void hangup() throws CallStateException { method in class:GsmConnection
249 owner.hangup(this);
332 * Note that at this point, the hangup request has been dispatched to the radio
GsmCallTracker.java 115 if(c != null) hangup(c);
117 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
122 if(pendingMO != null) hangup(pendingMO);
124 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
466 // Someone has already asked to hangup this call
471 "poll: hangupPendingMO, hangup conn " + i);
472 hangup(connections[i]);
474 Log.e(LOG_TAG, "unexpected error on hangup");
478 // Wait for hangup and repoll
567 // clear the "local hangup" and "missed/rejected call
671 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
731 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
744 hangup((GsmConnection)(call.getConnections().get(0))); method
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 70 public abstract void hangup() throws CallStateException; method in class:Call
244 * Hangup call if it is alive
249 hangup();
Connection.java 36 LOCAL, /* normal; local hangup */
221 * Hangup individual Connection
223 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::__anon9582::__anon9583
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 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");
397 log("hangupRingingCall(): regular incoming call: hangup()");
398 return hangup(ringing)
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 410 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
419 c.hangup();
445 hangup(); method
811 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
813 if (DEBUG) Log.d(LOG_TAG, "hangup conn: " + mPeer.getUriString()
824 throw new CallStateException("hangup(): " + e);
    [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 327 milliseconds