Home
last modified time | relevance | path

Searched refs:JBooleanArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs30 JBooleanArray, JByteArray, JCharArray, JDoubleArray, JFloatArray, JIntArray, JLongArray,
1768 pub fn new_boolean_array(&self, length: jsize) -> Result<JBooleanArray<'local>> { in new_boolean_array()
1770 let array = unsafe { JBooleanArray::from_raw(array) }; in new_boolean_array()
1834 array: impl AsRef<JBooleanArray<'other_local>>, in get_boolean_array_region()
2044 array: impl AsRef<JBooleanArray<'other_local>>, in set_boolean_array_region()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Djprimitive_array.rs107 pub type JBooleanArray<'local> = JPrimitiveArray<'local, crate::sys::jboolean>; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/jni/docs/
D0.21-MIGRATION.md263 - `JBooleanArray`
305 accessing a `JPrimitiveArray<jboolean>`/`JBooleanArray` you are responsible for