/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager_test.cc | 350 le_scanning_manager->Scan(true); in TEST_F() 367 le_scanning_manager->Scan(true); in TEST_F() 394 le_scanning_manager->Scan(true); in TEST_F() 438 le_scanning_manager->Scan(true); in TEST_F() 455 le_scanning_manager->Scan(true); in TEST_F() 470 le_scanning_manager->Scan(true); in TEST_F() 739 le_scanning_manager->Scan(true); in TEST_F() 774 le_scanning_manager->Scan(true); in TEST_F() 790 le_scanning_manager->Scan(false); in TEST_F() 794 le_scanning_manager->Scan(true); in TEST_F() [all …]
|
D | le_scanning_manager_mock.h | 55 MOCK_METHOD(void, Scan, (bool));
|
D | le_scanning_manager.h | 53 virtual void Scan(bool start);
|
/packages/modules/Bluetooth/system/test/headless/scan/ |
D | scan.h | 26 class Scan : public HeadlessTest<int> { 28 Scan(const bluetooth::test::headless::GetOpt& options) : HeadlessTest<int>(options) {} in Scan() function
|
D | scan.cc | 86 int bluetooth::test::headless::Scan::Run() { in Run()
|
/packages/modules/Bluetooth/android/pandora/test/pairing/ |
D | smp_test.py | 100 scan = self.dut.aio.host.Scan(own_address_type=dut_address_type) 186 scan = self.dut.aio.host.Scan(own_address_type=RANDOM) 223 scan = self.dut.aio.host.Scan(own_address_type=RANDOM)
|
/packages/providers/MediaProvider/src/com/android/providers/media/scan/ |
D | ModernMediaScanner.java | 235 private final List<Scan> mActiveScans = new ArrayList<>(); 399 try (Scan scan = new Scan(file, reason)) { in scanDirectory() 419 try (Scan scan = new Scan(file, reason)) { in scanFile() 434 for (Scan scan : mActiveScans) { in onDetachVolume() 445 for (Scan scan : mActiveScans) { in onIdleScanStopped() 484 private void addActiveScan(Scan scan) { in addActiveScan() 490 private void removeActiveScan(Scan scan) { in removeActiveScan() 501 private class Scan implements Runnable, FileVisitor<Path>, AutoCloseable { class in ModernMediaScanner 541 Scan(File root, int reason) throws FileNotFoundException { in Scan() method in ModernMediaScanner.Scan
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gap.py | 205 scans = self.host.Scan() 489 self.scan_responses = self.host.Scan() 499 self.scan_responses = self.host.Scan() 683 scan_responses = self.host.Scan()
|
/packages/services/Car/cpp/watchdog/sepolicy/private/ |
D | carwatchdog.te | 20 # Scan through /proc/pid for all processes.
|
/packages/modules/Bluetooth/system/test/headless/ |
D | main.cc | 100 test_nodes_.emplace("scan", std::make_unique<bluetooth::test::headless::Scan>(options)); in Main()
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | gatt_test.py | 83 scan = self.ref.host.Scan() 253 scan = self.ref.aio.host.Scan()
|
D | hap_test.py | 117 dut_scan = self.dut.aio.host.Scan(RANDOM) # type: ignore
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 200 void BleScannerIntf::Scan(bool start) { scanner_intf_->Scan(start); } in Scan() function in bluetooth::topshim::rust::BleScannerIntf
|
D | gatt_ble_scanner_shim.h | 75 void Scan(bool start);
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 109 virtual void Scan(bool start) = 0;
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | README.txt | 46 Scan-only mode with Wi-Fi turned off:
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 59 void Scan(bool start) override;
|
D | le_scanning_manager.cc | 146 void BleScannerInterfaceImpl::Scan(bool start) { in Scan() function in BleScannerInterfaceImpl 148 bluetooth::shim::GetScanning()->Scan(start); in Scan()
|
/packages/apps/TV/tuner/res/raw/ |
D | ut_kr_cable_standard_center_frequencies_qam256 | 153 # Scan some channels again in 8VSB
|
D | ut_kr_all | 211 # Scan some channels again in 8VSB
|
/packages/modules/Bluetooth/android/pandora/test/pairing/ble/ |
D | test_base.py | 86 …init_scanning = self.acl_initiator.aio.host.Scan(own_address_type=PairingConfig.AddressType.RANDOM)
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 151 fn Scan(self: Pin<&mut BleScannerIntf>, start: bool); in Scan() function 1574 mutcxxcall!(self, Scan, true); in start_scan() 1579 mutcxxcall!(self, Scan, false); in stop_scan()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 444 async def Scan(self, request: host_pb2.ScanRequest, member in HostService
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 79 // Scan was successful. 82 // Scan was successfully started, but was interrupted. 85 // Scan failed to start because of invalid configuration 1877 // Here "Pno Scan" refers to the session of offloaded scans, these metrics count the result of a 4149 // Initial Partial Scan stats
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 4194 duration : 16, // 0 - Scan continuously, N * 10 ms 4195 period : 16, // 0 - Scan continuously, N * 1.28 sec 6470 // LE Batch Scan Command 6850 // LE Extended Set Scan Parameters Command
|