Searched refs:new_object_array (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/ |
D | java_integers.rs | 20 env.new_object_array(array_length, "java/lang/Integer", &integer_value)?; in test_java_integers()
|
D | jni_api.rs | 1045 .new_object_array(1, STRING_CLASS, JObject::null()) in get_object_array_element()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/tests/ |
D | java_integers.rs | 20 env.new_object_array(array_length, "java/lang/Integer", integer_value)?; in test_java_integers()
|
D | jni_api.rs | 838 .new_object_array(1, STRING_CLASS, JObject::null()) in get_object_array_element()
|
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/ |
D | notification_manager_android.rs | 550 let measurements_jobjectarray = self.env.new_object_array( in on_session_dl_tdoa_range_data_notification() 722 let measurements_jobjectarray = self.env.new_object_array( in on_two_way_range_data_notification() 1297 .new_object_array( in on_radar_data_rcv_notification()
|
/aosp_15_r20/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | object_mapping.rs | 683 let measurements_array_jobject = measurements_obj.env.new_object_array( in try_from()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/ |
D | jnienv.rs | 1195 pub fn new_object_array<'c, T, U>( in new_object_array() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/ |
D | jnienv.rs | 1669 pub fn new_object_array<'other_local_1, 'other_local_2, T, U>( in new_object_array() method
|