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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9_test.go 28 // Ask for hangup
30 Notify(c, syscall.Note("hangup"))
33 // Send this process a hangup
34 t.Logf("hangup...")
35 postNote(syscall.Getpid(), "hangup")
36 waitSig(t, c, syscall.Note("hangup"))
50 t.Logf("hangup...")
51 postNote(syscall.Getpid(), "hangup")
52 waitSig(t, c1, syscall.Note("hangup"))
53 t.Logf("hangup..."
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
signal_plan9_test.go 28 // Ask for hangup
30 Notify(c, syscall.Note("hangup"))
33 // Send this process a hangup
34 t.Logf("hangup...")
35 postNote(syscall.Getpid(), "hangup")
36 waitSig(t, c, syscall.Note("hangup"))
50 t.Logf("hangup...")
51 postNote(syscall.Getpid(), "hangup")
52 waitSig(t, c1, syscall.Note("hangup"))
53 t.Logf("hangup..."
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 57 public void hangup() throws CallStateException { method in class:ImsExternalCall
ImsPhoneCall.java 76 mOwner.hangup(this);
78 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
118 hangup() throws CallStateException { method in class:ImsPhoneCall
119 mOwner.hangup(this);
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallViewController.m 67 [self hangup];
105 [self hangup];
111 [self hangup];
152 - (void)hangup {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 58 public void hangup() throws CallStateException { method in class:GsmCdmaCall
59 mOwner.hangup(this);
141 * Note that at this point, the hangup request has been dispatched to the radio
Call.java 82 public abstract void hangup() throws CallStateException; method in class:Call
249 * Hangup call if it is alive
254 hangup();
  /prebuilts/go/darwin-x86/src/runtime/
net_plan9.go 25 if gostringnocopy(note) != "hangup" {
signal_darwin.go 9 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
signal_dragonfly.go 9 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
signal_freebsd.go 9 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
signal_nacl.go 14 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
signal_netbsd.go 9 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
signal_openbsd.go 9 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
  /prebuilts/go/linux-x86/src/runtime/
net_plan9.go 25 if gostringnocopy(note) != "hangup" {
signal_darwin.go 9 /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_io_plan9.go 46 // interrupt it. We ignore the "hangup" signal,
78 syscall.Write(f, []byte("hangup"))
89 // ignore and unignore the "hangup" signal received by the process.
  /prebuilts/go/linux-x86/src/internal/poll/
fd_io_plan9.go 46 // interrupt it. We ignore the "hangup" signal,
78 syscall.Write(f, []byte("hangup"))
89 // ignore and unignore the "hangup" signal received by the process.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 96 //verify hangup calls mCT.hangup
98 mCallUnderTest.hangup();
99 verify(mCT).hangup(mCallUnderTest);
GsmCdmaCallTrackerTest.java 148 mCTUT.hangup(mCTUT.mForegroundCall);
173 mCTUT.hangup(mCTUT.mForegroundCall);
193 logd("MO call hangup before established[ getting result from RIL ]");
195 * Didn't do anything for hangup, clear during handle poll result */
197 mCTUT.hangup(mCTUT.mForegroundCall);
306 mCTUT.hangup(mCTUT.mForegroundCall);
313 /* if we want to hang up foreground call which is alerting state, hangup all */
338 mCTUT.hangup(mCTUT.mForegroundCall);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 114 mImsCallUT.hangup();
115 verify(mImsCT).hangup(eq(mImsCallUT));
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 109 getCall().hangup();
111 mOriginalConnection.hangup();
  /prebuilts/go/darwin-x86/src/net/
tcpsock_plan9.go 54 if _, err := ln.fd.ctl.WriteString("hangup"); err != nil {
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 55 SIGHUP = Note("hangup")
  /prebuilts/go/linux-x86/src/net/
tcpsock_plan9.go 54 if _, err := ln.fd.ctl.WriteString("hangup"); err != nil {

Completed in 816 milliseconds

1 2 3 4 5 6