Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 11 of 11) sorted by relevance

/system/core/libsysutils/src/
DFrameworkCommand.cpp24 #define UNUSED __attribute__((unused)) macro
30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand()
31 char **argv UNUSED) { in runCommand()
DFrameworkListener.cpp31 #define UNUSED __attribute__((unused)) macro
48 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { in init()
/system/core/libcutils/
Ddlmalloc_stubs.c21 #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()
Dsocket_local_client_unix.c42 #define UNUSED __attribute__((unused)) macro
127 int type UNUSED) in socket_local_client_connect()
Dsched_policy.cpp29 #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()
Dstr_parms.c32 #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/
Dmacros.h130 void UNUSED(const T&...) { in UNUSED() function
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc50 #define UNUSED(param) (void) (param) macro
/system/core/libnativebridge/
Dnative_bridge.cc272 template<typename T> void UNUSED(const T&) {} in UNUSED() function
/system/nfc/halimpl/pn54x/common/
DphNfcTypes.h301 #define UNUSED(X) (void)X; macro
/system/vold/
Dcryptfs.cpp70 #define UNUSED __attribute__((unused)) macro
1002 unsigned char *ikey, void *params UNUSED) in pbkdf2()