HomeSort by relevance Sort by last modified time
    Searched full:asocket (Results 1 - 16 of 16) sorted by null

  /system/core/adb/
adb.h 44 typedef struct asocket asocket; typedef in typeref:struct:asocket
71 /* An asocket represents one half of a connection between a local and
72 ** remote entity. A local asocket is bound to a file descriptor. A
73 ** remote asocket is bound to the protocol engine.
75 struct asocket { struct
77 ** asockets that this asocket lives in
79 asocket *next;
80 asocket *prev;
82 /* the unique identifier for this asocket
    [all...]
sockets.c 35 static void local_socket_close_locked(asocket *s);
52 static asocket local_socket_list = {
61 static asocket local_socket_closing_list = {
68 // with id |peer_id|. Returns an asocket handle on success, NULL on failure.
69 asocket *find_local_socket(unsigned local_id, unsigned peer_id)
71 asocket *s;
72 asocket *result = NULL;
89 insert_local_socket(asocket* s, asocket* list)
98 void install_local_socket(asocket *s
    [all...]
jdwp_service.c 429 ** we do implement a custom asocket to receive the data
552 asocket socket;
557 jdwp_socket_close( asocket* s )
559 asocket* peer = s->peer;
571 jdwp_socket_enqueue( asocket* s, apacket* p )
573 /* you can't write to this asocket */
581 jdwp_socket_ready( asocket* s )
584 asocket* peer = jdwp->socket.peer;
600 asocket*
626 asocket socket
    [all...]
transport.c 392 asocket socket;
419 device_tracker_close( asocket* socket )
422 asocket* peer = socket->peer;
434 device_tracker_enqueue( asocket* socket, apacket* p )
448 asocket* peer = tracker->socket.peer;
457 device_tracker_ready( asocket* socket )
475 asocket*
adb.c 526 asocket *s;
674 asocket *s;
700 asocket *s;
    [all...]
services.c 630 asocket* host_service_to_socket(const char* name, const char *serial)
  /bootable/recovery/minadbd/
adb.h 43 typedef struct asocket asocket; typedef in typeref:struct:asocket
69 /* An asocket represents one half of a connection between a local and
70 ** remote entity. A local asocket is bound to a file descriptor. A
71 ** remote asocket is bound to the protocol engine.
73 struct asocket { struct
75 ** asockets that this asocket lives in
77 asocket *next;
78 asocket *prev;
80 /* the unique identifier for this asocket
    [all...]
sockets.c 31 static void local_socket_close_locked(asocket *s);
48 static asocket local_socket_list = {
57 static asocket local_socket_closing_list = {
62 asocket *find_local_socket(unsigned id)
64 asocket *s;
65 asocket *result = NULL;
80 insert_local_socket(asocket* s, asocket* list)
89 void install_local_socket(asocket *s)
99 void remove_socket(asocket *s
    [all...]
adb.c 285 asocket *s;
  /external/qemu/android/
async-socket.c 163 T("ASocket %s: %s I/O descriptor %p is created for %d bytes of data",
175 T("ASocket %s: %s I/O descriptor %p is destroyed.",
277 D("ASocket %s: %s I/O with deadline %lld has timed out at %lld",
549 T("ASocket %s: %s I/O %p is completed.",
568 T("ASocket %s: %s I/O %p with deadline %lld has timed out at %lld",
598 T("ASocket %s: %s I/O %p is cancelled.",
618 T("ASocket %s: %s I/O %p has failed: %d -> %s",
685 T("ASocket %s: Socket handle %d is closed.",
701 T("ASocket %s: Socket descriptor is destroyed.", _async_socket_string(as));
726 T("ASocket %s: reconnecting in %dms...", _async_socket_string(as), to)
    [all...]
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 138 Socket aSocket = new Socket();
140 implAccept(aSocket);
142 aSocket.close();
145 return aSocket;
206 * given socket {@code aSocket}.
208 * @param aSocket
214 protected final void implAccept(Socket aSocket) throws IOException {
216 impl.accept(aSocket.impl);
217 aSocket.accepted();
  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 170 AsyncSocket* asocket = local
172 SocketClient sock_client(asocket, addr, &th1, &msg_client);
  /prebuilts/android-emulator/linux-x86_64/
emulator-arm 
emulator-mips 
emulator-x86 
  /prebuilts/sdk/7/
android.jar 

Completed in 173 milliseconds