Home
last modified time | relevance | path

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

/system/chre/host/common/
Dwifi_ext_hal_handler.cc22 WifiExtHalHandler::~WifiExtHalHandler() { in ~WifiExtHalHandler()
27 WifiExtHalHandler::WifiExtHalHandler( in WifiExtHalHandler() function in android::chre::WifiExtHalHandler
30 mThread = std::thread(&WifiExtHalHandler::wifiExtHandlerThreadEntry, this); in WifiExtHalHandler()
32 AIBinder_DeathRecipient_new(WifiExtHalHandler::onWifiExtHalServiceDeath); in WifiExtHalHandler()
36 void WifiExtHalHandler::handleConfigurationRequest(bool enable) { in handleConfigurationRequest()
42 void WifiExtHalHandler::dispatchConfigurationRequest(bool enable) { in dispatchConfigurationRequest()
54 bool WifiExtHalHandler::checkWifiExtHalConnected() { in checkWifiExtHalConnected()
78 void WifiExtHalHandler::onWifiExtHalServiceDeath(void *cookie) { in onWifiExtHalServiceDeath()
89 void WifiExtHalHandler::wifiExtHandlerThreadEntry() { in wifiExtHandlerThreadEntry()
102 void WifiExtHalHandler::notifyThreadToExit() { in notifyThreadToExit()
/system/chre/host/common/include/chre_host/
Dwifi_ext_hal_handler.h45 class WifiExtHalHandler {
54 ~WifiExtHalHandler();
63 WifiExtHalHandler(const std::function<void(bool)> &statusChangeCallback);