Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 42) sorted by relevance

12

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types.fbs49 * Message to send scan result(s) from nanoapp to host
65 * Instruction on how to filter scan results before waking up the applications
74 * Structure to send scan params and filter from host to nanoapp
82 * Defines the structure of each scan record
102 * Structure to keep and send scan statistics from nanoapp to host
110 /* The duration between when the framework subscribed for scan results to min
/system/connectivity/wificond/tests/
Dscanner_unittest.cpp126 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &success).isOk()); in TEST_F()
141 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
156 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
171 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
185 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
199 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
213 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
230 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &success).isOk()); in TEST_F()
247 EXPECT_DEATH(scanner_impl_->scan(SingleScanSettings(), &success_ignored), in TEST_F()
260 scanner_impl_->scan(SingleScanSettings(), &single_scan_success).isOk()); in TEST_F()
/system/bt/gd/neighbor/
DAndroid.bp10 "scan.cc",
/system/bt/service/doc/
DIBluetoothLowEnergy.txt60 * Initiates a BLE device scan for the scan client with ID |client_id|, using
70 * Stops a previously initiated scan session for the client with ID
79 * synchronous failures, e.g. if the advertising or scan response data are
DIBluetoothLowEnergyCallback.txt42 * Called to report BLE device scan results once a scan session is started for
/system/apex/apexd/
Dapexd.cpp154 auto scan = FindApexes(kApexPackageBuiltinDirs); in preAllocateLoopDevices() local
155 if (!scan.ok()) { in preAllocateLoopDevices()
156 return scan.error(); in preAllocateLoopDevices()
160 for (const auto& path : *scan) { in preAllocateLoopDevices()
721 Result<std::vector<std::string>> scan = FindApexFilesByName(sessionDirPath); in verifySessionDir() local
722 if (!scan.ok()) { in verifySessionDir()
723 LOG(WARNING) << scan.error(); in verifySessionDir()
724 return scan.error(); in verifySessionDir()
727 if (scan->size() > 1) { in verifySessionDir()
732 auto verified = verifyPackages(*scan, VerifyPackageInstall); in verifySessionDir()
[all …]
/system/connectivity/wificond/aidl/android/net/wifi/
DIWifiScannerImpl.aidl43 boolean scan(in SingleScanSettings scanSettings); in scan() method
/system/media/audio_utils/spdif/
DFrameScanner.cpp51 bool FrameScanner::scan(uint8_t byte) in scan() function in android::FrameScanner
DSPDIFEncoder.cpp239 if (mFramer->scan(*data)) { in write()
/system/sepolicy/private/
Dlinkerconfig.te16 # Allow linkerconfig to scan for apex modules
/system/sepolicy/prebuilts/api/30.0/private/
Dlinkerconfig.te16 # Allow linkerconfig to scan for apex modules
/system/media/audio_utils/include/audio_utils/spdif/
DFrameScanner.h46 virtual bool scan(uint8_t byte);
/system/extras/memtrack/
Dmemtrack.h83 void scan();
Dmemtrack.cpp159 void ProcessInfo::scan() { in scan() function in ProcessInfo
349 proc_info.scan(); in main()
/system/connectivity/wificond/scanning/
Dscanner_impl.h52 ::android::binder::Status scan(
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaextractor.te35 # scan extractor library directory to dynamically load extractors
/system/sepolicy/public/
Dstatsd.te6 # Allow statsd to scan through /proc/pid for all processes.
Dmediaextractor.te40 # scan extractor library directory to dynamically load extractors
/system/sepolicy/prebuilts/api/30.0/public/
Dmediaextractor.te40 # scan extractor library directory to dynamically load extractors
Dstatsd.te6 # Allow statsd to scan through /proc/pid for all processes.
/system/sepolicy/prebuilts/api/29.0/public/
Dmediaextractor.te37 # scan extractor library directory to dynamically load extractors
Dstatsd.te6 # Allow statsd to scan through /proc/pid for all processes.
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto201 // Initiator of the scan. Only the first three names will be stored.
235 // Initiator of the scan. Only the first three names will be stored.
/system/sepolicy/prebuilts/api/27.0/private/
Dincidentd.te12 # Allow incidentd to scan through /proc/pid for all processes
/system/sepolicy/prebuilts/api/26.0/private/
Dincidentd.te12 # Allow incidentd to scan through /proc/pid for all processes

12