Home
last modified time | relevance | path

Searched defs:range_stop (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/pica/py/pica/
Dconsole.py295 def range_stop(self, session_id: str = "0", **kargs): member in Device
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager_sync.rs371 pub fn range_stop(&self, session_id: SessionId) -> Result<()> { in range_stop() method
H A Dmock_uci_manager.rs1023 async fn range_stop(&self, session_id: SessionId) -> Result<()> { in range_stop() method
H A Duci_manager.rs143 async fn range_stop(&self, session_id: SessionId) -> Result<()>; in range_stop() method
558 async fn range_stop(&self, session_id: SessionId) -> Result<()> { in range_stop() method