HomeSort by relevance Sort by last modified time
    Searched defs:requestScan (Results 1 - 4 of 4) sorted by null

  /system/chre/pal/include/chre/pal/
wifi.h 73 * 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);
  /system/chre/platform/shared/
platform_wifi.cc 74 bool PlatformWifi::requestScan(const struct chreWifiScanParams *params) {
77 return mWifiApi->requestScan(params);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 85 scanner.requestScan(new ScanRequest(id, path, mimeType));
122 public void requestScan(ScanRequest req) {
123 if (LOGV) Log.v(TAG, "requestScan() for " + req.path);
  /system/chre/core/
wifi_request_manager.cc 79 bool WifiRequestManager::requestScan(Nanoapp *nanoapp,
98 success = mPlatformWifi.requestScan(params);

Completed in 111 milliseconds