Searched refs:handleScanResponse (Results 1 – 3 of 3) sorted by relevance
128 EventLoopManagerSingleton::get()->getWifiRequestManager().handleScanResponse( in scanResponseCallback()
141 void handleScanResponse(bool pending, uint8_t errorCode);
160 handleScanResponse(false /* pending */, CHRE_ERROR_FUNCTION_DISABLED); in requestScan()200 void WifiRequestManager::handleScanResponse(bool pending, uint8_t errorCode) { in handleScanResponse() function in chre::WifiRequestManager