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

  /frameworks/base/telephony/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 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()
505 getActiveFgCall().hangup();
509 getActiveFgCall().hangup();
596 * Hangup foreground call and resume the specific background call
617 getActiveFgCall().hangup();
619 // the call to be hangup and resumed belongs to different phones
620 getActiveFgCall().hangup();
718 Log.d(LOG_TAG, "Hangup");
719 getActiveFgCall().hangup();
    [all...]
  /frameworks/base/telephony/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
GsmCallTracker.java 112 if(c != null) hangup(c);
114 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
119 if(pendingMO != null) hangup(pendingMO);
121 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
462 // Someone has already asked to hangup this call
467 "poll: hangupPendingMO, hangup conn " + i);
468 hangup(connections[i]);
470 Log.e(LOG_TAG, "unexpected error on hangup");
474 // Wait for hangup and repoll
563 // clear the "local hangup" and "missed/rejected call
667 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
727 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
740 hangup((GsmConnection)(call.getConnections().get(0))); method
    [all...]
GsmConnection.java 239 public void hangup() throws CallStateException { method in class:GsmConnection
241 owner.hangup(this);
324 * Note that at this point, the hangup request has been dispatched to the radio
GSMPhone.java 536 "MmiCode 1: hangup foreground");
538 mCT.hangup(call);
547 "hangup failed", e);
548 notifySuppServiceFailed(Phone.SuppService.HANGUP);
    [all...]
  /frameworks/base/telephony/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
CdmaCallTracker.java 110 if(c != null) hangup(c);
112 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
117 if(pendingMO != null) hangup(pendingMO);
119 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
526 // Someone has already asked to hangup this call
536 "poll: hangupPendingMO, hangup conn " + i);
537 hangup(connections[i]);
539 Log.e(LOG_TAG, "unexpected error on hangup");
543 // Wait for hangup and repoll
655 // clear the "local hangup" and "missed/rejected call
720 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
797 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
810 hangup((CdmaConnection)(call.getConnections().get(0))); method
    [all...]
CdmaConnection.java 291 public void hangup() throws CallStateException { method in class:CdmaConnection
293 owner.hangup(this);
376 * Note that at this point, the hangup request has been dispatched to the radio
  /external/quake/quake/src/WinQuake/
net.h 330 extern void (*GetModemConfig) (int portNumber, char *dialType, char *clear, char *init, char *hangup);
331 extern void (*SetModemConfig) (int portNumber, char *dialType, char *clear, char *init, char *hangup);
net_comx.cpp 361 void TTY_GetModemConfig (int portNumber, char *dialType, char *clear, char *init, char *hangup)
369 Q_strcpy(hangup, p->shutdown);
372 void TTY_SetModemConfig (int portNumber, char *dialType, char *clear, char *init, char *hangup)
380 Q_strcpy(p->shutdown, hangup);
387 Cvar_Set ("_config_modem_hangup", hangup);
1283 Con_Printf("Hangup complete\n");
net_main.cpp 41 void (*GetModemConfig) (int portNumber, char *dialType, char *clear, char *init, char *hangup);
42 void (*SetModemConfig) (int portNumber, char *dialType, char *clear, char *init, char *hangup);
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 327 static boolean hangup(CallManager cm) { method in class:PhoneUtils
334 log("hangup(): hanging up ringing call");
337 log("hangup(): hanging up foreground call");
338 hungup = hangup(fg);
340 log("hangup(): hanging up background call");
341 hungup = hangup(bg);
348 log("hangup(): no active call to hang up");
356 if (DBG) log("hangup ringing call");
362 log("hangupRingingCall(): regular incoming call: hangup()");
363 return hangup(ringing)
440 static boolean hangup(Call call) { method in class:PhoneUtils
465 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
ManageConferenceUtils.java 289 PhoneUtils.hangup(connection);
292 // onDisconnect() callback triggered by this hangup() call.)
PhoneInterfaceManager.java 154 hungUp = PhoneUtils.hangup(mCM);
BluetoothHandsfree.java     [all...]
CallNotifier.java     [all...]
OtaUtils.java     [all...]
InCallScreen.java     [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 249 mGSMPhone.getForegroundCall().hangup();
361 // One disconnected (local hangup) call
366 conn.hangup();
628 mGSMPhone.getForegroundCall().hangup();
642 // Test held and hangup held calls
734 // Hangup conference call, ringing call still around
735 mGSMPhone.getBackgroundCall().hangup();
1916 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 409 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
418 c.hangup();
444 hangup(); method
810 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
812 if (DEBUG) Log.d(LOG_TAG, "hangup conn: " + mPeer.getUriString()
823 throw new CallStateException("hangup(): " + e);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 501 #define hangup CUR Strings[279] macro
    [all...]

Completed in 547 milliseconds