Searched refs:call_method (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | context.rs | 33 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()
|
D | callback.rs | 88 .call_method( in find_local_class()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | async_helper.rs | 33 pub(crate) async fn call_method<F>(&mut self, f: F, timeout_ms: Option<u64>) -> Result<R, ()> in call_method() method
|
D | bluetooth_gatt.rs | 1346 .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/ |
D | notification_manager_android.rs | 291 .call_method( in find_local_class()
|