Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Dmacros.h20 #ifndef UNUSED_VAR
21 #define UNUSED_VAR(var) ((void)(var)) macro
/system/chre/platform/slpi/see/include/
Dsns_osa.h58 #ifndef UNUSED_VAR
59 #define UNUSED_VAR(var) ((void)(var)); macro
/system/chre/platform/slpi/see/
Dsns_qmi_client.c65 UNUSED_VAR(user_handle); in client_ind_cb()
118 UNUSED_VAR(user_handle); in client_resp_cb()
119 UNUSED_VAR(msg_id); in client_resp_cb()
120 UNUSED_VAR(resp_c_struct_len); in client_resp_cb()
145 UNUSED_VAR(user_handle); in client_error_cb()
146 UNUSED_VAR(error); in client_error_cb()
/system/chre/platform/slpi/
Ddebug_dump.cc70 UNUSED_VAR(name); in registerDebugDumpCallback()
81 UNUSED_VAR(callback); in unregisterDebugDumpCallback()