Home
last modified time | relevance | path

Searched refs:Scan (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_test.cc350 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 …]
Dle_scanning_manager_mock.h55 MOCK_METHOD(void, Scan, (bool));
Dle_scanning_manager.h53 virtual void Scan(bool start);
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.h26 class Scan : public HeadlessTest<int> {
28 Scan(const bluetooth::test::headless::GetOpt& options) : HeadlessTest<int>(options) {} in Scan() function
Dscan.cc86 int bluetooth::test::headless::Scan::Run() { in Run()
/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py100 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/
DModernMediaScanner.java235 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/
Dgap.py205 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/
Dcarwatchdog.te20 # Scan through /proc/pid for all processes.
/packages/modules/Bluetooth/system/test/headless/
Dmain.cc100 test_nodes_.emplace("scan", std::make_unique<bluetooth::test::headless::Scan>(options)); in Main()
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py83 scan = self.ref.host.Scan()
253 scan = self.ref.aio.host.Scan()
Dhap_test.py117 dut_scan = self.dut.aio.host.Scan(RANDOM) # type: ignore
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc200 void BleScannerIntf::Scan(bool start) { scanner_intf_->Scan(start); } in Scan() function in bluetooth::topshim::rust::BleScannerIntf
Dgatt_ble_scanner_shim.h75 void Scan(bool start);
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h109 virtual void Scan(bool start) = 0;
/packages/modules/Wifi/service/java/com/android/server/wifi/
DREADME.txt46 Scan-only mode with Wi-Fi turned off:
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h59 void Scan(bool start) override;
Dle_scanning_manager.cc146 void BleScannerInterfaceImpl::Scan(bool start) { in Scan() function in BleScannerInterfaceImpl
148 bluetooth::shim::GetScanning()->Scan(start); in Scan()
/packages/apps/TV/tuner/res/raw/
Dut_kr_cable_standard_center_frequencies_qam256153 # Scan some channels again in 8VSB
Dut_kr_all211 # Scan some channels again in 8VSB
/packages/modules/Bluetooth/android/pandora/test/pairing/ble/
Dtest_base.py86 …init_scanning = self.acl_initiator.aio.host.Scan(own_address_type=PairingConfig.AddressType.RANDOM)
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs151 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/
Dhost.py444 async def Scan(self, request: host_pb2.ScanRequest, member in HostService
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto79 // 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/
Dhci_packets.pdl4194 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

12