Home
last modified time | relevance | path

Searched refs:raw_notification_jbytearray (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs464 let raw_notification_jbytearray = in on_session_dl_tdoa_range_data_notification() localVariable
645 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_session_dl_tdoa_range_data_notification()
786 let raw_notification_jbytearray = in on_session_owr_aoa_range_data_notification() localVariable
853 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_session_owr_aoa_range_data_notification()
889 let raw_notification_jbytearray = in on_session_two_way_range_data_notification() localVariable
947 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_session_two_way_range_data_notification()
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs524 let raw_notification_jbytearray = in try_from() localVariable
529 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in try_from()