HomeSort by relevance Sort by last modified time
    Searched refs:pno_scan_started_ (Results 1 - 2 of 2) sorted by null

  /system/connectivity/wificond/scanning/
scanner_impl.cpp 52 pno_scan_started_(false),
213 if (pno_scan_started_) {
261 pno_scan_started_ = true;
272 if (!pno_scan_started_) {
280 pno_scan_started_ = false;
364 // If |pno_scan_started_| is false.
367 if (pno_scan_started_) {
371 pno_scan_started_ = false;
scanner_impl.h 89 bool pno_scan_started_; member in class:android::wificond::ScannerImpl

Completed in 672 milliseconds