Home
last modified time | relevance | path

Searched refs:call_method (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dcontext.rs33 self.env.call_method(self.obj, method, "()I", &[])?.i() in int_getter()
37 self.env.call_method(self.obj, method, "()J", &[])?.j() in long_getter()
41 self.env.call_method(self.obj, method, "()Z", &[])?.z() in bool_getter()
45 let val_obj = self.env.call_method(self.obj, method, "()[B", &[])?.l()?; in byte_arr_getter()
54 self.env.call_method(self.obj, method, class, &[])?.l() in object_getter()
58 let list_obj = self.env.call_method(self.obj, method, "()Ljava/util/List;", &[])?.l()?; in list_getter()
Dcallback.rs88 .call_method( in find_local_class()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dasync_helper.rs33 pub(crate) async fn call_method<F>(&mut self, f: F, timeout_ms: Option<u64>) -> Result<R, ()> in call_method() method
Dbluetooth_gatt.rs1346 .call_method( in msft_adv_monitor_add()
1360 .call_method( in msft_adv_monitor_remove()
1374 .call_method( in msft_adv_monitor_enable()
/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs291 .call_method( in find_local_class()