Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/sockets/
DScopedSocket.h27 constexpr ScopedSocket(int socket) : mSocket(socket) {} in ScopedSocket() function
28 ScopedSocket(ScopedSocket&& other) : mSocket(other.release()) {} in ScopedSocket() function