Home
last modified time | relevance | path

Searched defs:asocket (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsocket.h36 struct asocket { struct
55 // the asocket we are connected to argument
56 asocket* peer = nullptr; argument
76 int (*enqueue)(asocket* s, apacket::payload_type data) = nullptr; argument
81 void (*ready)(asocket* s) = nullptr; argument
87 void (*shutdown)(asocket* s) = nullptr; argument
93 void (*close)(asocket* s) = nullptr; argument
101 asocket *find_local_socket(unsigned local_id, unsigned remote_id); argument