Searched refs:runEventLoop (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/wifi/1.3/default/ | ||
D | wifi_legacy_hal.h | 375 void runEventLoop(); |
D | wifi_legacy_hal.cpp | 385 std::thread(&WifiLegacyHal::runEventLoop, this).detach(); in start() |