Searched refs:raw_notification_jbytearray (Results 1 – 2 of 2) sorted by relevance
464 let raw_notification_jbytearray = in on_session_dl_tdoa_range_data_notification() localVariable645 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_session_dl_tdoa_range_data_notification()787 let raw_notification_jbytearray = in on_session_owr_aoa_range_data_notification() localVariable854 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_session_owr_aoa_range_data_notification()891 let raw_notification_jbytearray = in on_session_two_way_range_data_notification() localVariable949 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_session_two_way_range_data_notification()1020 let raw_notification_jbytearray = self.env.byte_array_from_slice(raw_notification_data)?; in on_rf_periodic_tx_notification() localVariable1022 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_rf_periodic_tx_notification()1048 let raw_notification_jbytearray = in on_rf_per_rx_notification() localVariable1051 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in on_rf_per_rx_notification()
524 let raw_notification_jbytearray = in try_from() localVariable529 let raw_notification_jobject = unsafe { JObject::from_raw(raw_notification_jbytearray) }; in try_from()