Searched defs:scan (Results 1 - 3 of 3) sorted by relevance

/system/media/audio_utils/spdif/
H A DFrameScanner.cpp51 bool FrameScanner::scan(uint8_t byte) function in class:android::FrameScanner
/system/extras/memtrack/
H A Dmemtrack.cpp159 void ProcessInfo::scan() { function in class:ProcessInfo
271 printf(" All scan data is dumped to the android log using the tag %s\n",
349 proc_info.scan();
/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp69 // Subscribe one-shot scan result notification from kernel.
70 LOG(INFO) << "subscribe scan result for interface with index: "
75 // Subscribe scheduled scan result notification from kernel.
92 LOG(INFO) << "Unsubscribe scan result for interface with index: "
165 LOG(ERROR) << "Failed to get scan results via NL80211";
177 LOG(ERROR) << "Failed to get scan results via Offload HAL";
181 LOG(ERROR) << "Failed to get scan results via NL80211";
187 Status ScannerImpl::scan(const SingleScanSettings& scan_settings, function in class:android::wificond::ScannerImpl
201 // Initialize it with an empty ssid for a wild card scan.
213 LogSsidList(skipped_scan_ssids, "Skip scan ssi
[all...]

Completed in 259 milliseconds