/packages/modules/Uwb/service/uci/jni/src/ |
D | uci_jni_android_new.rs | 54 macro_rules! function_name { macro 84 debug!("{}: enter", function_name!()); in Java_com_android_server_uwb_jni_NativeUwbManager_nativeInit() 85 boolean_result_helper(native_init(env), function_name!()) in Java_com_android_server_uwb_jni_NativeUwbManager_nativeInit() 128 debug!("{}: enter", function_name!()); in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDoInitialize() 129 match option_result_helper(native_do_initialize(env, obj, chip_id), function_name!()) { in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDoInitialize() 132 error!("{} failed with {:?}", function_name!(), &e); in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDoInitialize() 156 debug!("{}: enter", function_name!()); in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDoDeinitialize() 157 boolean_result_helper(native_do_deinitialize(env, obj, chip_id), function_name!()) in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDoDeinitialize() 171 debug!("{}: enter", function_name!()); in Java_com_android_server_uwb_jni_NativeUwbManager_nativeGetTimestampResolutionNanos() 184 debug!("{}: enter", function_name!()); in Java_com_android_server_uwb_jni_NativeUwbManager_nativeDeviceReset() [all …]
|
/packages/modules/Connectivity/remoteauth/service/jni/src/ |
D | remoteauth_jni_android_platform.rs | 36 macro_rules! function_name { macro 177 function_name!(), in send_request() 191 function_name!(), in on_send_request_success() 200 function_name!(), in on_send_request_success() 210 function_name!(), in on_send_request_error() 220 function_name!(), in on_send_request_error() 237 debug!("{}: enter", function_name!()); in Java_com_android_server_remoteauth_jni_NativeRemoteAuthJavaPlatform_native_on_send_request_success() 255 format!("Failed to find Platform with ID {} in {}", platform_handle, function_name!()), in native_on_send_request_success() 269 debug!("{}: enter", function_name!()); in Java_com_android_server_remoteauth_jni_NativeRemoteAuthJavaPlatform_native_on_send_request_error() 285 format!("Failed to find Platform with ID {} in {}", platform_handle, function_name!()), in native_on_send_request_error() [all …]
|
/packages/services/Car/tools/telemetry/lua-interpreter/ |
D | app.py | 78 function_name = flask.request.form['function-name'] 83 lua_lib.ExecuteScript(engine, script.encode(), function_name.encode(), 100 function_name=function_name,
|
D | lua_engine.cc | 206 std::string function_name, in ExecuteScript() argument 223 lua_getglobal(lua_state_, function_name.data()); in ExecuteScript() 230 "Wrong function name. Provided function_name = " + function_name + in ExecuteScript() 482 LuaOutput* ExecuteScript(LuaEngine* l, char* script, char* function_name, in ExecuteScript() argument 486 l->ExecuteScript(script, function_name, published_data, saved_state); in ExecuteScript()
|
D | lua_engine.h | 45 std::string function_name, 181 LuaOutput* ExecuteScript(LuaEngine* l, char* script, char* function_name,
|
/packages/modules/Bluetooth/system/log/include/bluetooth/ |
D | log.h | 47 char const* function_name = __builtin_FUNCTION()) 48 : line(line), file_name(file_name), function_name(function_name) {} in line() 52 char const* function_name; member
|
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | api.rs | 434 fn boolean_result_helper<T>(result: Result<T>, function_name: &str) -> jboolean { in boolean_result_helper() 438 error!("{} failed with: {:?}", function_name, err); in boolean_result_helper() 444 fn object_result_helper(result: Result<jobject>, function_name: &str) -> jobject { in object_result_helper() 448 error!("{} failed with {:?}", function_name, err); in object_result_helper()
|
D | callback.rs | 248 fn result_helper(function_name: &str, result: Result<()>) { in result_helper() 250 error!("UWB Service Callback: {} failed: {:?}", function_name, err); in result_helper()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | Log.cpp | 77 LogEntry& LogEntry::function(const std::string& function_name) { in function() argument 78 mFunc = function_name; in function()
|
/packages/modules/Bluetooth/system/log/src/ |
D | vlog_android.cc | 50 location.line, location.function_name); in vlog()
|
D | vlog_syslog.cc | 86 location.file_name, location.line, location.function_name); in vlog()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | Log.h | 54 LogEntry& function(const std::string& function_name);
|