Searched defs:JNIError (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Uwb/service/uci/jni/src/ |
D | notification_manager_android.rs | 280 ) -> Result<JClass<'a>, JNIError> { in find_local_class() argument 326 ) -> Result<JObject, JNIError> { in cached_jni_call() argument 370 ) -> Result<JObject, JNIError> { in on_session_status_notification() argument 388 ) -> Result<JObject, JNIError> { in on_session_update_multicast_notification() argument 463 ) -> Result<JObject, JNIError> { in on_session_dl_tdoa_range_data_notification() argument 683 ) -> Result<jni::sys::jobjectArray, JNIError> { in on_two_way_range_data_notification() argument 781 ) -> Result<JObject, JNIError> { in on_session_owr_aoa_range_data_notification() argument 888 ) -> Result<JObject, JNIError> { in on_session_two_way_range_data_notification() argument 984 ) -> Result<JObject, JNIError> { in on_data_transfer_status_notification() argument 1001 ) -> Result<JObject, JNIError> { in on_data_transfer_phase_config_notification() argument
|
/packages/modules/Connectivity/remoteauth/service/jni/src/ |
D | remoteauth_jni_android_platform.rs | 111 ) -> Result<Arc<Mutex<impl Platform>>, JNIError> { in create() argument 126 ) -> Result<JavaPlatform, JNIError> { in new() argument
|