HomeSort by relevance Sort by last modified time
    Searched defs:ScopedSocketCloser (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/net/
sockets.h 133 class SHILL_EXPORT ScopedSocketCloser {
135 ScopedSocketCloser(Sockets* sockets, int fd);
136 ~ScopedSocketCloser();
139 // remain open as the ScopedSocketCloser is destroyed.
146 DISALLOW_COPY_AND_ASSIGN(ScopedSocketCloser);
sockets.cc 173 ScopedSocketCloser::ScopedSocketCloser(Sockets* sockets, int fd)
177 ScopedSocketCloser::~ScopedSocketCloser() {
182 int ScopedSocketCloser::Release() {

Completed in 1336 milliseconds