Home
last modified time | relevance | path

Searched defs:session_get_count (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/pica/py/pica/
Dconsole.py250 def session_get_count(self, **kargs): member in Device
/aosp_15_r20/external/rust/pica/src/
Ddevice.rs401 fn session_get_count(&self, _cmd: SessionGetCountCmd) -> SessionGetCountRsp { in session_get_count() method
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager_sync.rs321 pub fn session_get_count(&self) -> Result<u8> { in session_get_count() method
H A Dmock_uci_manager.rs862 async fn session_get_count(&self) -> Result<u8> { in session_get_count() method
H A Duci_manager.rs122 async fn session_get_count(&self) -> Result<u8>; in session_get_count() method
470 async fn session_get_count(&self) -> Result<u8> { in session_get_count() method