Searched defs:UNUSED (Results 1 – 12 of 12) sorted by relevance
/system/core/libsysutils/src/ |
D | FrameworkCommand.cpp | 24 #define UNUSED __attribute__((unused)) macro 30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand() 31 char **argv UNUSED) { in runCommand()
|
D | FrameworkListener.cpp | 30 #define UNUSED __attribute__((unused)) macro 47 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { in init()
|
/system/core/libcutils/ |
D | dlmalloc_stubs.c | 19 #define UNUSED __attribute__((__unused__)) macro 26 void dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*) UNUSED, in dlmalloc_inspect_all() 27 void* arg UNUSED) in dlmalloc_inspect_all() 32 int dlmalloc_trim(size_t unused UNUSED) in dlmalloc_trim()
|
D | android_reboot.c | 29 #define UNUSED __attribute__((unused)) macro 92 int android_reboot(int cmd, int flags UNUSED, const char *arg) in android_reboot()
|
D | sched_policy.c | 29 #define UNUSED __attribute__((__unused__)) macro 367 int set_sched_policy(int tid UNUSED, SchedPolicy policy UNUSED) in set_sched_policy() 372 int get_sched_policy(int tid UNUSED, SchedPolicy *policy) in get_sched_policy()
|
D | socket_local_client.c | 42 #define UNUSED __attribute__((unused)) macro 127 int type UNUSED) in socket_local_client_connect()
|
D | str_parms.c | 32 #define UNUSED __attribute__((unused)) macro 350 static bool dump_entry(void *key, void *value, void *context UNUSED) in dump_entry()
|
/system/bt/utils/include/ |
D | bt_utils.h | 45 #define UNUSED(x) (void)(x) macro
|
/system/core/base/include/base/ |
D | macros.h | 136 void UNUSED(const T&...) { in UNUSED() function
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 248 template<typename T> void UNUSED(const T&) {} in UNUSED() function
|
/system/bt/test/bluedroidtest/ |
D | bluedroidtest.c | 61 #define UNUSED __attribute__((unused)) macro
|
/system/vold/ |
D | cryptfs.c | 66 #define UNUSED __attribute__((unused)) macro 68 #define UNUSED __attribute__((unused)) macro 1251 unsigned char *ikey, void *params UNUSED)
|