Searched refs:mPendingScans (Results 1 – 1 of 1) sorted by relevance
934 private RequestList<ScanSettings> mPendingScans = new RequestList<>(); field in WifiScanningServiceImpl.WifiSingleScanStateMachine1164 mPendingScans.addRequest(ci, workSource, scanSettings); in handleScanStartMessage()1170 mPendingScans.addRequest(ci, workSource, scanSettings); in handleScanStartMessage()1177 mPendingScans.addRequest(ci, workSource, scanSettings); in handleScanStartMessage()1192 mPendingScans.clear(); in enter()1251 mPendingScans.size()); in exit()1252 sendOpFailedToAllAndClear(mPendingScans, WifiScanner.REASON_UNSPECIFIED, in exit()1495 mPendingScans.removeAllForClient(ci); in removeSingleScanRequests()1501 if (mPendingScans.size() == 0) { // no pending requests in tryToStartNewScan()1520 for (RequestInfo<ScanSettings> entry : mPendingScans) { in tryToStartNewScan()[all …]