Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc41 PosixAsyncSocket::PosixAsyncSocket(int fd, AsyncManager* am) : fd_(fd), am_(am), watching_(false) { in PosixAsyncSocket() function in android::net::PosixAsyncSocket
57 PosixAsyncSocket::PosixAsyncSocket(PosixAsyncSocket&& other) { in PosixAsyncSocket() function in android::net::PosixAsyncSocket