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

  /system/bt/service/
low_energy_scanner.cc 74 scan_started_(false),
88 if (scan_started_.load()) StopScan();
114 scan_started_ = true;
131 scan_started_ = false;
145 if (!scan_started_.load()) return;
low_energy_scanner.h 116 std::atomic_bool scan_started_; member in class:bluetooth::LowEnergyScanner
  /system/connectivity/wificond/scanning/
scanner_impl.cpp 51 scan_started_(false),
172 if (scan_started_) {
202 scan_started_ = true;
290 if (!scan_started_) {
343 if (!scan_started_) {
346 scan_started_ = false;
scanner_impl.h 88 bool scan_started_; member in class:android::wificond::ScannerImpl

Completed in 56 milliseconds