Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dadb_wifi.cpp62 static void StaticOnFdEvent(int fd, unsigned ev, void* opaque);
108 fd_event_ = fdevent_create(fd.release(), &TlsServer::StaticOnFdEvent, this); in Start()
129 void TlsServer::StaticOnFdEvent(int fd, unsigned ev, void* opaque) { in StaticOnFdEvent() function in __anon0688b5c00110::TlsServer