Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 12 of 12) 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()
Dandroid_reboot.c29 #define UNUSED __attribute__((unused)) macro
92 int android_reboot(int cmd, int flags UNUSED, const char *arg) in android_reboot()
Dsched_policy.c29 #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()
Dsocket_local_client.c42 #define UNUSED __attribute__((unused)) macro
127 int type UNUSED) in socket_local_client_connect()
Dstr_parms.c32 #define UNUSED __attribute__((unused)) macro
350 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/base/
Dmacros.h136 void UNUSED(const T&...) { in UNUSED() function
/system/core/libnativebridge/
Dnative_bridge.cc248 template<typename T> void UNUSED(const T&) {} in UNUSED() function
/system/bt/test/bluedroidtest/
Dbluedroidtest.c61 #define UNUSED __attribute__((unused)) macro
/system/vold/
Dcryptfs.c66 #define UNUSED __attribute__((unused)) macro
68 #define UNUSED __attribute__((unused)) macro
1251 unsigned char *ikey, void *params UNUSED)