Searched refs:JavaPlatform (Results 1 – 1 of 1) sorted by relevance
53 static HANDLE_MAPPING: LazyLock<Mutex<HashMap<i64, Arc<Mutex<JavaPlatform>>>>> =61 fn insert_platform_handle(handle: i64, item: Arc<Mutex<JavaPlatform>>) { in insert_platform_handle() argument95 pub struct JavaPlatform { struct104 impl JavaPlatform { argument110 let platform = Arc::new(Mutex::new(JavaPlatform::new( in create()123 ) -> Result<JavaPlatform, JNIError> { in new() argument142 impl Platform for JavaPlatform { implementation185 impl JavaPlatform { implementation