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

1 2

  /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()
524 getActiveFgCall().hangup();
528 getActiveFgCall().hangup();
615 * Hangup foreground call and resume the specific background call
636 getActiveFgCall().hangup();
638 // the call to be hangup and resumed belongs to different phones
639 getActiveFgCall().hangup();
737 Log.d(LOG_TAG, "Hangup");
738 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 114 if(c != null) hangup(c);
116 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
121 if(pendingMO != null) hangup(pendingMO);
123 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
465 // Someone has already asked to hangup this call
470 "poll: hangupPendingMO, hangup conn " + i);
471 hangup(connections[i]);
473 Log.e(LOG_TAG, "unexpected error on hangup");
477 // Wait for hangup and repoll
566 // clear the "local hangup" and "missed/rejected call
670 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
730 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
743 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 528 "MmiCode 1: hangup foreground");
530 mCT.hangup(call);
539 "hangup failed", e);
540 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 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");
529 // Someone has already asked to hangup this call
539 "poll: hangupPendingMO, hangup conn " + i);
540 hangup(connections[i]);
542 Log.e(LOG_TAG, "unexpected error on hangup");
546 // Wait for hangup and repoll
658 // clear the "local hangup" and "missed/rejected call
723 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
800 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
813 hangup((CdmaConnection)(call.getConnections().get(0))); method
    [all...]
CdmaConnection.java 292 public void hangup() throws CallStateException { method in class:CdmaConnection
294 owner.hangup(this);
377 * 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);
  /gdk/samples/quake/jni/
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_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);
  /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...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 351 static boolean hangup(CallManager cm) { method in class:PhoneUtils
358 log("hangup(): hanging up ringing call");
361 log("hangup(): hanging up foreground call");
362 hungup = hangup(fg);
364 log("hangup(): hanging up background call");
365 hungup = hangup(bg);
372 log("hangup(): no active call to hang up");
380 if (DBG) log("hangup ringing call");
386 log("hangupRingingCall(): regular incoming call: hangup()");
387 return hangup(ringing)
464 static boolean hangup(Call call) { method in class:PhoneUtils
489 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
ManageConferenceUtils.java 326 PhoneUtils.hangup(connection);
329 // onDisconnect() callback triggered by this hangup() call.)
PhoneInterfaceManager.java 155 hungUp = PhoneUtils.hangup(mCM);
BluetoothHandsfree.java     [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...]
  /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 581 milliseconds

1 2