Home
last modified time | relevance | path

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

12

/system/chre/apps/test/common/proto/
Dchre_stress_test.proto23 // 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.
Dchre_cross_validation_wifi.proto22 // H2C: Host passing down wifi scan result data to CHRE to validate.
35 // scan results threshold message is sent.
Dchre_settings_test.proto49 // scan for a WiFi RTT test).
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
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.cpp134 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/
Dnearby_extension.proto29 // 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 …]
Dble_filter.proto127 // True to start BLE scan. Otherwise, stop BLE scan.
/system/media/audio_utils/tests/
Dspdif_tests.cpp166 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/
DFrameScanner.cpp51 bool FrameScanner::scan(uint8_t byte) in scan() function in android::FrameScanner
DSPDIFDecoder.cpp87 if (!mBurstDataBuffer.empty() && mFramer->scan(mBurstDataBuffer.readByte())) { in read()
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIWifiScannerImpl.aidl65 boolean scan(in SingleScanSettings scanSettings); in scan() method
/system/sepolicy/microdroid/system/private/
Dlinkerconfig.te16 # Allow linkerconfig to scan for apex modules
Dstatsd.te5 # Allow statsd to scan through /proc/pid for all processes.
/system/media/audio_utils/include/audio_utils/spdif/
DFrameScanner.h46 virtual bool scan(uint8_t byte);
/system/chre/apps/test/common/chre_api_test/rpc/
Dchre_api_test.proto57 /* 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/
DREADME10 * Nearby Presence. Always-on scan for Nearby Presence BLE advertisements.
/system/extras/memtrack/
Dmemtrack.h83 void scan();
Dmemtrack.cpp159 void ProcessInfo::scan() { in scan() function in ProcessInfo
349 proc_info.scan(); in main()
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs55 /// 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/
Duprobestats.te32 # Allow uprobestats to scan /proc/<pid>/cmdline.
Dlinkerconfig.te16 # Allow linkerconfig to scan for apex modules
Dsimpleperf_boot.te20 # Allow simpleperf_boot to scan through /proc/pid for all processes.
Dprofcollectd.te15 # Allow profcollectd to scan through /proc/pid for all processes.
/system/apex/apexd/
Dapexd.cpp960 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/
Dscanner_impl.h54 ::android::binder::Status scan(

12