Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 35) 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/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.cpp132 auto scan = FindApexes(kApexPackageBuiltinDirs); in preAllocateLoopDevices() local
133 if (!scan.Ok()) { in preAllocateLoopDevices()
134 return scan.ErrorStatus(); in preAllocateLoopDevices()
138 for (const auto& path : *scan) { in preAllocateLoopDevices()
783 StatusOr<std::vector<std::string>> scan = in verifySessionDir() local
785 if (!scan.Ok()) { in verifySessionDir()
786 LOG(WARNING) << scan.ErrorMessage(); in verifySessionDir()
787 return StatusOr<ApexFile>::MakeError(scan.ErrorMessage()); in verifySessionDir()
790 if (scan->size() > 1) { in verifySessionDir()
795 auto verified = verifyPackages(*scan, VerifyPackageInstall); in verifySessionDir()
[all …]
/system/connectivity/wificond/tests/
Dscanner_unittest.cpp168 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &success).isOk()); in TEST_F()
183 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
198 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
213 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
227 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
241 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
255 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F()
272 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &success).isOk()); in TEST_F()
289 EXPECT_DEATH(scanner_impl_->scan(SingleScanSettings(), &success_ignored), in TEST_F()
302 scanner_impl_->scan(SingleScanSettings(), &single_scan_success).isOk()); in TEST_F()
/system/media/audio_utils/spdif/
DFrameScanner.cpp51 bool FrameScanner::scan(uint8_t byte) in scan() function in android::FrameScanner
DSPDIFEncoder.cpp237 if (mFramer->scan(*data)) { in write()
/system/connectivity/wificond/aidl/android/net/wifi/
DIWifiScannerImpl.aidl43 boolean scan(in SingleScanSettings scanSettings); in scan() method
/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.h57 ::android::binder::Status scan(
/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/sepolicy/public/
Dmediaextractor.te37 # scan extractor library directory to dynamically load extractors
Dstatsd.te6 # Allow statsd to scan through /proc/pid for all processes.
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaextractor.te35 # scan extractor library directory to dynamically load extractors
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto204 // Initiator of the scan. Only the first three names will be stored.
239 // 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
/system/sepolicy/prebuilts/api/28.0/private/
Dstatsd.te9 # Allow statsd to scan through /proc/pid for all processes.
Dincidentd.te9 # Allow incidentd to scan through /proc/pid for all processes
/system/sepolicy/private/
Dincidentd.te9 # Allow incidentd to scan through /proc/pid for all processes
/system/iorap/src/manager/
Devent_manager.cc432 .scan(std::move(initial_state), in InitializeRxGraph()
/system/sepolicy/prebuilts/api/29.0/private/
Dincidentd.te9 # Allow incidentd to scan through /proc/pid for all processes

12