Home
last modified time | relevance | path

Searched refs:attach_current_thread_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/
Dvm.rs199 Err(_) => self.attach_current_thread_impl(ThreadType::Normal), in attach_current_thread_permanently()
220 let env = self.attach_current_thread_impl(ThreadType::Normal)?; in attach_current_thread()
254 Err(_) => self.attach_current_thread_impl(ThreadType::Daemon), in attach_current_thread_as_daemon()
279 fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> { in attach_current_thread_impl() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/
Dvm.rs262 Err(_) => self.attach_current_thread_impl(ThreadType::Normal), in attach_current_thread_permanently()
283 let env = self.attach_current_thread_impl(ThreadType::Normal)?; in attach_current_thread()
335 Err(_) => self.attach_current_thread_impl(ThreadType::Daemon), in attach_current_thread_as_daemon()
360 fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> { in attach_current_thread_impl() method