Searched refs:cached_jni_call (Results 1 – 2 of 2) sorted by relevance
105 fn cached_jni_call(&mut self, name: &str, sig: &str, args: &[jvalue]) -> Result<()> { in cached_jni_call() method132 let result = self.cached_jni_call( in on_service_reset()141 let result = self.cached_jni_call( in on_uci_device_status_changed()155 let result = self.cached_jni_call( in on_session_state_changed()204 let result = self.cached_jni_call( in on_range_data_received()234 let result = self.cached_jni_call( in on_vendor_notification_received()
321 fn cached_jni_call( in cached_jni_call() method371 self.cached_jni_call( in on_session_status_notification()451 self.cached_jni_call( in on_session_update_multicast_notification()671 self.cached_jni_call( in on_session_dl_tdoa_range_data_notification()878 self.cached_jni_call( in on_session_owr_aoa_range_data_notification()971 self.cached_jni_call( in on_session_two_way_range_data_notification()985 self.cached_jni_call( in on_data_transfer_status_notification()1002 self.cached_jni_call( in on_data_transfer_phase_config_notification()1024 CoreNotification::DeviceStatus(device_state) => self.cached_jni_call( in on_core_notification()1032 CoreNotification::GenericError(generic_error) => self.cached_jni_call( in on_core_notification()[all …]