/system/chre/apps/test/common/proto/ |
D | chre_stress_test.proto | 23 // WiFi scan while enabling scan monitoring. This can be used for the host 24 // to verify that the scan monitoring feature is working. 46 // WiFi stress testing, no scan monitoring. 51 // Enables WiFi scan monitoring only.
|
D | chre_cross_validation_wifi.proto | 22 // H2C: Host passing down wifi scan result data to CHRE to validate. 35 // scan results threshold message is sent.
|
D | chre_settings_test.proto | 49 // scan for a WiFi RTT test).
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/ |
D | flatbuffers_types.fbs | 49 * 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/ |
D | scanner_unittest.cpp | 134 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &success).isOk()); in TEST_F() 150 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F() 165 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F() 180 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F() 194 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F() 208 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F() 222 EXPECT_TRUE(scanner_impl.scan(settings, &success).isOk()); in TEST_F() 239 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &success).isOk()); in TEST_F() 256 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &single_scan_failure).isOk()); in TEST_F() 258 EXPECT_TRUE(scanner_impl_->scan(SingleScanSettings(), &single_scan_failure).isOk()); in TEST_F() [all …]
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 29 // If both hardware and oem filters are empty, the scan requested by this 30 // host will stop. Otherwise, the scan will start with the scan filters. 49 // Maximum time to batch BLE scan results before processing in the nanoapp, 56 // BLE scan modes identify functional scan levels without specifying or 57 // guaranteeing particular scan parameters (e.g. duty cycle, interval, radio 58 // chain). The actual scan parameters may be platform dependent and may 75 // OEM library, regardless of the LE scan start/stop behavior and 85 // Tracker scan filter configuration as list of Hardware filters which 148 //! A background scan level for always-running ambient applications. 153 //! A foreground scan level to be used for short periods. [all …]
|
D | ble_filter.proto | 127 // True to start BLE scan. Otherwise, stop BLE scan.
|
/system/media/audio_utils/tests/ |
D | spdif_tests.cpp | 166 ASSERT_FALSE(scanner->scan(sVoice1ch48k_AC3[i++])); in TEST() 168 ASSERT_TRUE(scanner->scan(sVoice1ch48k_AC3[i++])); in TEST() 169 ASSERT_FALSE(scanner->scan(sVoice1ch48k_AC3[i++])); in TEST() 241 ASSERT_FALSE(scanner.scan(sSpdif_Channel6ch48k_EAC3[i++])); in TEST() 243 ASSERT_TRUE(scanner.scan(sSpdif_Channel6ch48k_EAC3[i++])); in TEST() 244 ASSERT_FALSE(scanner.scan(sSpdif_Channel6ch48k_EAC3[i++])); in TEST()
|
/system/media/audio_utils/spdif/ |
D | FrameScanner.cpp | 51 bool FrameScanner::scan(uint8_t byte) in scan() function in android::FrameScanner
|
D | SPDIFDecoder.cpp | 87 if (!mBurstDataBuffer.empty() && mFramer->scan(mBurstDataBuffer.readByte())) { in read()
|
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
D | IWifiScannerImpl.aidl | 65 boolean scan(in SingleScanSettings scanSettings); in scan() method
|
/system/sepolicy/microdroid/system/private/ |
D | linkerconfig.te | 16 # Allow linkerconfig to scan for apex modules
|
D | statsd.te | 5 # Allow statsd to scan through /proc/pid for all processes.
|
/system/media/audio_utils/include/audio_utils/spdif/ |
D | FrameScanner.h | 46 virtual bool scan(uint8_t byte);
|
/system/chre/apps/test/common/chre_api_test/rpc/ |
D | chre_api_test.proto | 57 /* Starts a BLE scan synchronously. This will wait for the 65 /* Stops a BLE scan synchronously. This will wait for the 349 // Enumeration for BLE scan mode 357 // BLE scan filters
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | README | 10 * Nearby Presence. Always-on scan for Nearby Presence BLE advertisements.
|
/system/extras/memtrack/ |
D | memtrack.h | 83 void scan();
|
D | memtrack.cpp | 159 void ProcessInfo::scan() { in scan() function in ProcessInfo 349 proc_info.scan(); in main()
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 55 /// All the various WiFi scan types that can be interacted with inside the 82 /// the scan interval to use if scanning is being started 100 /// modem for the latest cell scan results on the given interval
|
/system/sepolicy/private/ |
D | uprobestats.te | 32 # Allow uprobestats to scan /proc/<pid>/cmdline.
|
D | linkerconfig.te | 16 # Allow linkerconfig to scan for apex modules
|
D | simpleperf_boot.te | 20 # Allow simpleperf_boot to scan through /proc/pid for all processes.
|
D | profcollectd.te | 15 # Allow profcollectd to scan through /proc/pid for all processes.
|
/system/apex/apexd/ |
D | apexd.cpp | 960 Result<std::vector<std::string>> scan = in VerifySessionDir() local 962 if (!scan.ok()) { in VerifySessionDir() 963 LOG(WARNING) << scan.error(); in VerifySessionDir() 964 return scan.error(); in VerifySessionDir() 967 if (scan->size() > 1) { in VerifySessionDir() 972 auto verified = VerifyPackages(*scan, VerifyPackageStagedInstall); in VerifySessionDir() 1493 Result<std::vector<std::string>> scan = in GetStagedApexFiles() local 1495 if (!scan.ok()) { in GetStagedApexFiles() 1496 return scan.error(); in GetStagedApexFiles() 1498 if (scan->size() != 1) { in GetStagedApexFiles() [all …]
|
/system/connectivity/wificond/scanning/ |
D | scanner_impl.h | 54 ::android::binder::Status scan(
|