Searched refs:JBooleanArray (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/ |
D | jnienv.rs | 30 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/ |
D | jprimitive_array.rs | 107 pub type JBooleanArray<'local> = JPrimitiveArray<'local, crate::sys::jboolean>; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/docs/ |
D | 0.21-MIGRATION.md | 263 - `JBooleanArray` 305 accessing a `JPrimitiveArray<jboolean>`/`JBooleanArray` you are responsible for
|