Home
last modified time | relevance | path

Searched defs:on_core_notification (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager_sync.rs54 fn on_core_notification(&mut self, core_notification: CoreNotification) -> Result<()>; in on_core_notification() method
581 fn on_core_notification(&mut self, core_notification: CoreNotification) -> Result<()> { in on_core_notification() method
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs1043 fn on_core_notification(&mut self, core_notification: CoreNotification) -> UwbResult<()> { in on_core_notification() method
Duci_jni_android_new.rs1742 fn on_core_notification(&mut self, _core_notification: CoreNotification) -> Result<()> { in on_core_notification() method