Searched defs:UNUSED (Results 1 – 11 of 11) 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 | 31 #define UNUSED __attribute__((unused)) macro 48 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { in init()
|
/system/core/libcutils/ |
D | dlmalloc_stubs.c | 21 #define UNUSED __attribute__((__unused__)) macro 28 void dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*) UNUSED, in dlmalloc_inspect_all() 29 void* arg UNUSED) in dlmalloc_inspect_all() 34 int dlmalloc_trim(size_t unused UNUSED) in dlmalloc_trim()
|
D | socket_local_client_unix.c | 42 #define UNUSED __attribute__((unused)) macro 127 int type UNUSED) in socket_local_client_connect()
|
D | sched_policy.cpp | 29 #define UNUSED __attribute__((__unused__)) macro 444 int set_sched_policy(int tid UNUSED, SchedPolicy policy UNUSED) in set_sched_policy() 449 int get_sched_policy(int tid UNUSED, SchedPolicy *policy) in get_sched_policy()
|
D | str_parms.c | 32 #define UNUSED __attribute__((unused)) macro 373 static bool dump_entry(void *key, void *value, void *context UNUSED) in dump_entry()
|
/system/core/base/include/android-base/ |
D | macros.h | 130 void UNUSED(const T&...) { in UNUSED() function
|
/system/chre/host/hal_generic/ |
D | generic_context_hub.cc | 50 #define UNUSED(param) (void) (param) macro
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 272 template<typename T> void UNUSED(const T&) {} in UNUSED() function
|
/system/nfc/halimpl/pn54x/common/ |
D | phNfcTypes.h | 301 #define UNUSED(X) (void)X; macro
|
/system/vold/ |
D | cryptfs.cpp | 70 #define UNUSED __attribute__((unused)) macro 1002 unsigned char *ikey, void *params UNUSED) in pbkdf2()
|