Home
last modified time | relevance | path

Searched refs:handleScanResponse (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/platform/shared/
H A Dplatform_wifi.cc128 EventLoopManagerSingleton::get()->getWifiRequestManager().handleScanResponse( in scanResponseCallback()
/aosp12/system/chre/core/include/chre/core/
H A Dwifi_request_manager.h141 void handleScanResponse(bool pending, uint8_t errorCode);
/aosp12/system/chre/core/
H A Dwifi_request_manager.cc160 handleScanResponse(false /* pending */, CHRE_ERROR_FUNCTION_DISABLED); in requestScan()
200 void WifiRequestManager::handleScanResponse(bool pending, uint8_t errorCode) { in handleScanResponse() function in chre::WifiRequestManager