Searched defs:PosixAsyncSocket (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/net/posix/ | ||
D | posix_async_socket.cc | 41 PosixAsyncSocket::PosixAsyncSocket(int fd, AsyncManager* am) : fd_(fd), am_(am), watching_(false) { in PosixAsyncSocket() function in android::net::PosixAsyncSocket |