Home
last modified time | relevance | path

Searched refs:StaticOnFdEvent (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/daemon/
Dadb_wifi.cpp58 static void StaticOnFdEvent(int fd, unsigned ev, void* opaque);
104 fd_event_ = fdevent_create(fd.release(), &TlsServer::StaticOnFdEvent, this); in Start()
125 void TlsServer::StaticOnFdEvent(int fd, unsigned ev, void* opaque) { in StaticOnFdEvent() function in __anon632f37d40111::TlsServer