Home
last modified time | relevance | path

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

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs155 boolean_result_helper(enable(JniContext::new(env, obj)), "enable") in Java_com_android_server_uwb_indev_UwbServiceCore_nativeEnable()
165 boolean_result_helper(disable(JniContext::new(env, obj)), "disable") in Java_com_android_server_uwb_indev_UwbServiceCore_nativeDisable()
178 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeInitSession()
192 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeDeinitSession()
207 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeStartRanging()
221 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeStopRanging()
236 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeReconfigure()
252 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeUpdateControllerMulticastList()
271 boolean_result_helper( in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSetCountryCode()
434 fn boolean_result_helper<T>(result: Result<T>, function_name: &str) -> jboolean { in boolean_result_helper() function
/packages/modules/Uwb/service/uci/jni/src/
Dhelper.rs22 pub(crate) fn boolean_result_helper<T>(result: Result<T>, error_msg: &str) -> jboolean { in boolean_result_helper() function
71 let jboolean_result = boolean_result_helper(result, error_msg); in test_boolean_result_helper()
77 let jboolean_result = boolean_result_helper(result, error_msg); in test_boolean_result_helper()
Duci_jni_android_new.rs18 use crate::helper::{boolean_result_helper, byte_result_helper, option_result_helper};
85 boolean_result_helper(native_init(env), function_name!()) in Java_com_android_server_uwb_jni_NativeUwbManager_nativeInit()
157 boolean_result_helper(native_do_deinitialize(env, obj, chip_id), function_name!()) in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDoDeinitialize()
1097 boolean_result_helper(native_set_log_mode(env, obj, log_mode_jstring), function_name!()) in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSetLogMode()