/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/external/chromium_org/ppapi/examples/video_effects/ |
video_effects.html | 46 <button id="hangupButton" onclick="hangup()">Hang Up</button> 169 function hangup() {
|
/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/chromium_org/chrome/browser/media/ |
chrome_webrtc_browsertest.cc | 168 void HangUp(content::WebContents* from_tab) { 169 EXPECT_EQ("ok-call-hung-up", ExecuteJavascript("hangUp()", from_tab)); 226 HangUp(left_tab); 273 HangUp(left_tab); 353 HangUp(left_tab);
|
/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...] |
/bionic/libc/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
event_listener.h | 38 // KE_SHUTDOWN is only seen if the hangup happens after Wait starts.
|
/external/kernel-headers/original/asm-mips/ |
signal.h | 25 #define SIGHUP 1 /* Hangup (POSIX). */
|
/external/qemu/ |
offset_layout.py | 55 PHONE = [ "soft-left", "home", "back", "dpad-up", "dpad-down", "dpad-left", "dpad-right", "dpad-center", "phone-dial", "phone-hangup", "power", "volume-up", "volume-down" ]
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
signum.h | 33 #define SIGHUP 1 /* Hangup (POSIX). */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
signum.h | 33 #define SIGHUP 1 /* Hangup (POSIX). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
signum.h | 33 #define SIGHUP 1 /* Hangup (POSIX). */
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
_sigdefs.h | 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 583 resultFail(result, new RuntimeException("Hangup Error")); 605 resultFail(result, new RuntimeException("Hangup Error")); 627 resultFail(result, new RuntimeException("Hangup Error")); 649 resultFail(result, new RuntimeException("Hangup Error")); 670 resultFail(result, new RuntimeException("Hangup Error")); 691 resultFail(result, new RuntimeException("Hangup Error")); 710 resultFail(result, new RuntimeException("Hangup Error")); 729 resultFail(result, new RuntimeException("Hangup Error")); 748 resultFail(result, new RuntimeException("Hangup Error")); [all...] |
/external/chromium_org/chrome/test/functional/ |
webrtc_test_base.py | 141 def HangUp(self, from_tab_with_index): 143 'hangUp()', tab_index=from_tab_with_index))
|
/packages/services/Telephony/src/com/android/phone/ |
CallCommandService.java | 111 result.getConnection().getCall().hangup(); 113 result.getConnection().hangup();
|