Searched refs:handleScanResponseSync (Results 1 - 2 of 2) sorted by relevance

/system/chre/core/include/chre/core/
H A Dwifi_request_manager.h330 void handleScanResponseSync(bool pending, uint8_t errorCode);
/system/chre/core/
H A Dwifi_request_manager.cc157 .handleScanResponseSync(state->pending, state->errorCode);
430 void WifiRequestManager::handleScanResponseSync(bool pending, function in class:chre::WifiRequestManager
434 // "handleScanResponseSync called with no outstanding request");
436 LOGE("handleScanResponseSync called with no outstanding request");

Completed in 44 milliseconds