Home
last modified time | relevance | path

Searched defs:Scan (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.h28 Scan(const bluetooth::test::headless::GetOpt& options) in Scan() function
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_scanning_manager_facade.proto10 rpc Scan(ScanRequest) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc69 ::grpc::Status Scan( in Scan() function in bluetooth::hci::facade::LeScanningManagerFacadeService
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java338 private class Scan implements Runnable, FileVisitor<Path>, AutoCloseable { class in ModernMediaScanner
376 Scan(File root, int reason) throws FileNotFoundException { in Scan() method in ModernMediaScanner.Scan
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc221 void BleScannerIntf::Scan(bool start) { in Scan() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc167 void BleScannerInterfaceImpl::Scan(bool start) { in Scan() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1718 void LeScanningManager::Scan(bool start) { in Scan() function in bluetooth::hci::LeScanningManager
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs176 fn Scan(self: Pin<&mut BleScannerIntf>, start: bool); in Scan() function