Searched refs:JavaPlatform (Results 1 – 1 of 1) sorted by relevance
55 static ref HANDLE_MAPPING: Mutex<HashMap<i64, Arc<Mutex<JavaPlatform>>>> =64 fn insert_platform_handle(handle: i64, item: Arc<Mutex<JavaPlatform>>) { in insert_platform_handle() argument98 pub struct JavaPlatform { struct107 impl JavaPlatform { argument113 let platform = Arc::new(Mutex::new(JavaPlatform::new( in create()126 ) -> Result<JavaPlatform, JNIError> { in new() argument145 impl Platform for JavaPlatform { implementation187 impl JavaPlatform { impl