Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsocket.h58 struct asocket { struct
83 // the asocket we are connected to argument
84 asocket* peer = nullptr; argument
92 int (*enqueue)(asocket* s, apacket::payload_type data) = nullptr; argument
97 void (*ready)(asocket* s) = nullptr; argument
103 void (*shutdown)(asocket* s) = nullptr; argument
109 void (*close)(asocket* s) = nullptr; argument
116 // TODO: Make asocket an actual class and use inheritance instead of having an ever-growing argument
138 asocket *find_local_socket(unsigned local_id, unsigned remote_id); argument