Home
last modified time | relevance | path

Searched refs:StartDiscovery (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/adb/client/
H A Dtransport_mdns.cpp165 void StartDiscovery() { in StartDiscovery() function
183 receiver->StartDiscovery(); in StartDiscovery()
249 StartDiscovery(); in init_mdns_transport_discovery()
/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.h56 int StartDiscovery() const;
H A Dbtif_shim.cc279 int BluetoothIntf::StartDiscovery() const { in StartDiscovery() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs128 fn StartDiscovery(&self) -> i32; in StartDiscovery() function
321 self.internal.StartDiscovery() in start_discovery()