Searched defs:me (Results 1 - 3 of 3) sorted by relevance

/system/core/nexus/
H A DWifiScanner.cpp51 WifiScanner *me = reinterpret_cast<WifiScanner *>(obj); local
52 me->run();
H A DWifiStatusPoller.cpp68 WifiStatusPoller *me = reinterpret_cast<WifiStatusPoller *>(obj); local
70 me->mStarted = true;
72 me->run();
73 me->mStarted = false;
/system/core/libsysutils/src/
H A DSocketListener.cpp129 SocketListener *me = reinterpret_cast<SocketListener *>(obj); local
131 me->runListener();

Completed in 53 milliseconds