HomeSort by relevance Sort by last modified time
    Searched defs:ioHandler (Results 1 - 21 of 21) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main5.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
45 sa.sa_sigaction = ioHandler;
main4.c 39 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
95 sa.sa_sigaction = ioHandler;
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main5.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
45 sa.sa_sigaction = ioHandler;
main4.c 39 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
95 sa.sa_sigaction = ioHandler;
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main3.c 25 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
76 sa.sa_sigaction = ioHandler;
main4.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
36 sa.sa_sigaction = ioHandler;
main2.c 47 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
101 sa.sa_sigaction = ioHandler;
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main3.c 25 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
76 sa.sa_sigaction = ioHandler;
main4.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
36 sa.sa_sigaction = ioHandler;
main2.c 47 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
101 sa.sa_sigaction = ioHandler;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 250 // Socket s = this.sipStack.ioHandler.getSocket(IOHandler.makeKey(
252 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
310 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
468 String key = IOHandler.makeKey(mySock.getInetAddress(), remotePort);
469 sipStack.ioHandler.putSocket(key, mySock);
TLSMessageChannel.java 255 Socket sock = this.sipStack.ioHandler.sendBytes(
308 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort);
439 sipStack.ioHandler.putSocket(key, mySock);
SIPTransactionStack.java 205 protected IOHandler ioHandler;
439 this.ioHandler = new IOHandler(this);
488 this.ioHandler = new IOHandler(this);
530 return this.ioHandler.obtainLocalAddress(
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 180 milliseconds