Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 10 of 10) 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.cpp30 #define UNUSED __attribute__((unused)) macro
47 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { in init()
/system/core/libcutils/
Ddlmalloc_stubs.c19 #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()
Dsched_policy.c29 #define UNUSED __attribute__((__unused__)) macro
418 int set_sched_policy(int tid UNUSED, SchedPolicy policy UNUSED) in set_sched_policy()
423 int get_sched_policy(int tid UNUSED, SchedPolicy *policy) in get_sched_policy()
Dsocket_local_client_unix.c42 #define UNUSED __attribute__((unused)) macro
127 int type UNUSED) in socket_local_client_connect()
Dstr_parms.c32 #define UNUSED __attribute__((unused)) macro
373 static bool dump_entry(void *key, void *value, void *context UNUSED) in dump_entry()
/system/bt/utils/include/
Dbt_utils.h45 #define UNUSED(x) (void)(x) macro
/system/core/base/include/android-base/
Dmacros.h136 void UNUSED(const T&...) { in UNUSED() function
/system/core/libnativebridge/
Dnative_bridge.cc254 template<typename T> void UNUSED(const T&) {} in UNUSED() function
/system/vold/
Dcryptfs.c69 #define UNUSED __attribute__((unused)) macro
71 #define UNUSED __attribute__((unused)) macro
1257 unsigned char *ikey, void *params UNUSED)