Home
last modified time | relevance | path

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

/packages/modules/Connectivity/remoteauth/service/jni/src/
Dremoteauth_jni_android_platform.rs55 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() argument
98 pub struct JavaPlatform { struct
107 impl JavaPlatform { implementation
113 let platform = Arc::new(Mutex::new(JavaPlatform::new( in create()
126 ) -> Result<JavaPlatform, JNIError> { in new() argument
145 impl Platform for JavaPlatform { implementation
187 impl JavaPlatform { impl