Home
last modified time | relevance | path

Searched defs:Scan (Results 1 – 9 of 9) 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.cc74 ::grpc::Status Scan( in Scan() function in bluetooth::hci::facade::LeScanningManagerFacadeService
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py444 async def Scan(self, request: host_pb2.ScanRequest, member in HostService
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java351 private class Scan implements Runnable, FileVisitor<Path>, AutoCloseable { class in ModernMediaScanner
389 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.cc211 void BleScannerIntf::Scan(bool start) { in Scan() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc178 void BleScannerInterfaceImpl::Scan(bool start) { in Scan() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1772 void LeScanningManager::Scan(bool start) { in Scan() function in bluetooth::hci::LeScanningManager
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs149 fn Scan(self: Pin<&mut BleScannerIntf>, start: bool); in Scan() function