Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/wifi_hal/
Dinfo.cpp51 void Info::eventLoop() { in eventLoop() function in Info
52 mNetlink.eventLoop(); in eventLoop()
Dhalstate.cpp78 bool HalState::eventLoop() { in eventLoop() function in HalState
87 mInfo->eventLoop(); in eventLoop()
Dinfo.h31 void eventLoop();
Dhalstate.h40 bool eventLoop();
Dnetlink.h37 bool eventLoop();
Dnetlink.cpp97 bool Netlink::eventLoop() { in eventLoop() function in Netlink
Dwifi_hal.cpp115 asHalState(handle)->eventLoop(); in wifi_event_loop()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp370 eventLoop(void *param) { in eventLoop() function
419 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL); in RIL_startEventLoop()