/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyCapabilities.java | 116 * and hangup or separate individual callers.)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stropts.h | 112 #define S_HANGUP 0x0020 /* Notification of a hangup. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 112 #define S_HANGUP 0x0020 /* Notification of a hangup. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 112 #define S_HANGUP 0x0020 /* Notification of a hangup. */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
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/test/ |
SimulatedGsmCallState.java | 274 * hangup ringing, dialing, or active calls 313 * hangup holding calls 335 * hangup all
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
constants.h | 195 extern const std::string STR_TERMINATE_SUCCESS; // polite hangup
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
constants.h | 221 extern const char STR_TERMINATE_SUCCESS[]; // polite hangup
|
/external/kernel-headers/original/linux/ |
tty.h | 258 #define TTY_HUPPED 18 /* Post driver->hangup() */
|
/external/libppp/src/ |
defs.c | 372 "reboot", "errdead", "hangup", "term", "nodial", "nologin",
|
command.c | [all...] |
/external/wpa_supplicant_8/src/utils/ |
eloop.h | 268 * hangup signal is received. The callback function is actually called only
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 562 "MmiCode 1: hangup foreground"); 564 mCT.hangup(call); 573 "hangup failed", e); 574 notifySuppServiceFailed(Phone.SuppService.HANGUP); [all...] |
/packages/services/Telephony/common/src/com/android/services/telephony/common/ |
Call.java | 108 LOCAL, /* normal; local hangup */
|
/packages/services/Telephony/src/com/android/phone/ |
CallNotifier.java | [all...] |
PhoneInterfaceManager.java | 163 hungUp = PhoneUtils.hangup(mCM);
|
/external/chromium_org/chrome/test/functional/ |
webrtc_video_quality.py | 137 self.HangUp(from_tab_with_index=0)
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
peer_connection_client.cc | 44 // This is our magical hangup signal.
|
/external/qemu/android/skin/ |
file.c | 151 { "phone-hangup", kKeyCodeEndCall },
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.cc | 108 " hangup Ends the call.\n" 177 if (command == "hangup") {
|
/external/ppp/pppd/ |
main.c | 666 info("Hangup (SIGHUP)"); 718 SIGNAL(SIGHUP, hup); /* Hangup */ 1025 notice("Modem hangup"); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
constants.cc | 367 const char STR_PSTN_CONFERENCE_STATUS_HANGUP[] = "hangup";
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3near.test | 348 halest hallow halters hamsters handhelds handsaw hangup haranguer
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 138 static mDNSBool hangup = 0; variable [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
signals.c | 45 {"SIGHUP", "Hangup"},
|