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

1 2

  /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
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...]
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
  /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
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...]
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
GSMPhone.java 562 "MmiCode 1: hangup foreground");
564 mCT.hangup(call);
573 "hangup failed", e);
574 notifySuppServiceFailed(Phone.SuppService.HANGUP);
    [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
CallManager.java 49 * 1. Call control and operation, such as dial() and hangup()
535 getActiveFgCall().hangup();
539 getActiveFgCall().hangup();
643 * Hangup foreground call and resume the specific background call
664 getActiveFgCall().hangup();
666 // the call to be hangup and resumed belongs to different phones
667 getActiveFgCall().hangup();
765 Rlog.d(LOG_TAG, "Hangup");
766 getActiveFgCall().hangup();
    [all...]
  /external/libppp/src/
datalink.h 72 char hangup[SCRIPT_LEN]; member in struct:datalink::__anon22803::__anon22804
datalink.c 346 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
347 log_Printf(LogWARN, "Invalid hangup script\n");
373 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
374 log_Printf(LogWARN, "Invalid hangup script\n");
394 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
395 log_Printf(LogWARN, "Invalid hangup script\n");
547 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
548 log_Printf(LogWARN, "Invalid hangup script\n");
811 *dl->cfg.script.hangup = '\0';
    [all...]
command.c     [all...]
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 111 result.getConnection().getCall().hangup();
113 result.getConnection().hangup();
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...]
PhoneInterfaceManager.java 163 hungUp = PhoneUtils.hangup(mCM);
BluetoothPhoneService.java 721 // Hangup the active call and then answer call waiting call.
725 // If there is no Call waiting then just hangup
728 if (VDBG) log("CHLD:1 Hangup Call");
729 PhoneUtils.hangup(PhoneGlobals.getInstance().mCM);
733 // Hangup active call, answer held call
    [all...]
OtaUtils.java     [all...]
PhoneGlobals.java     [all...]
  /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...]
  /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 644 milliseconds

1 2