Searched refs:requestScan (Results 1 - 6 of 6) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dplatform_wifi.h62 * implementation, however, must be the same those of the requestScan PAL API.
67 bool requestScan(const struct chreWifiScanParams *params);
/system/chre/pal/include/chre/pal/
H A Dwifi.h73 * scan requested via requestScan in struct chrePalWifiApi.
103 * example: if an explicit scan request is made via requestScan(), the PAL
112 * @see #requestScan
181 * 1. requestScan() called, returns true if request accepted, otherwise
206 bool (*requestScan)(const struct chreWifiScanParams *params); member in struct:chrePalWifiApi
/system/chre/platform/shared/
H A Dchre_api_wifi.cc41 .requestScan(nanoapp, params, cookie);
H A Dplatform_wifi.cc74 bool PlatformWifi::requestScan(const struct chreWifiScanParams *params) { function in class:chre::PlatformWifi
77 return mWifiApi->requestScan(params);
/system/chre/core/include/chre/core/
H A Dwifi_request_manager.h84 bool requestScan(Nanoapp *nanoapp, const chreWifiScanParams *params,
/system/chre/core/
H A Dwifi_request_manager.cc79 bool WifiRequestManager::requestScan(Nanoapp *nanoapp, function in class:chre::WifiRequestManager
98 success = mPlatformWifi.requestScan(params);

Completed in 88 milliseconds