Home
last modified time | relevance | path

Searched defs:with_local_frame (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/tests/
Djni_api.rs219 pub fn with_local_frame() { in with_local_frame() function
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Djni_api.rs219 pub fn with_local_frame() { in with_local_frame() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs562 pub fn with_local_frame<F>(&self, capacity: i32, f: F) -> Result<JObject<'a>> in with_local_frame() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs846 pub fn with_local_frame<F, T, E>(&mut self, capacity: i32, f: F) -> std::result::Result<T, E> in with_local_frame() method