Searched defs:UNUSED (Results 1 - 10 of 10) sorted by relevance

/system/core/libcutils/
H A Ddlmalloc_stubs.c19 #define UNUSED __attribute__((__unused__)) macro
26 void dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*) UNUSED, argument
27 void* arg UNUSED)
32 int dlmalloc_trim(size_t unused UNUSED) argument
H A Dsocket_local_client_unix.c42 #define UNUSED __attribute__((unused)) macro
127 int type UNUSED)
126 socket_local_client_connect(int fd, const char *name, int namespaceId, int type UNUSED) argument
H A Dsched_policy.c29 #define UNUSED __attribute__((__unused__)) macro
438 int set_sched_policy(int tid UNUSED, SchedPolicy policy UNUSED) argument
443 int get_sched_policy(int tid UNUSED, SchedPolicy *policy) argument
H A Dstr_parms.c32 #define UNUSED __attribute__((unused)) macro
373 static bool dump_entry(void *key, void *value, void *context UNUSED) argument
/system/core/libsysutils/src/
H A DFrameworkCommand.cpp24 #define UNUSED __attribute__((unused)) macro
30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, argument
31 char **argv UNUSED) {
H A DFrameworkListener.cpp30 #define UNUSED __attribute__((unused)) macro
47 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { argument
/system/bt/utils/include/
H A Dbt_utils.h45 #define UNUSED(x) (void)(x) macro
/system/core/base/include/android-base/
H A Dmacros.h133 // int foo(int x) { UNUSED(x); return 10; }
136 void UNUSED(const T&...) { function
/system/core/libnativebridge/
H A Dnative_bridge.cc254 template<typename T> void UNUSED(const T&) {} function in namespace:android
318 UNUSED(instruction_set);
/system/vold/
H A Dcryptfs.c69 #define UNUSED __attribute__((unused)) macro
71 #define UNUSED __attribute__((unused)) macro
1257 unsigned char *ikey, void *params UNUSED)
1256 pbkdf2(const char *passwd, const unsigned char *salt, unsigned char *ikey, void *params UNUSED) argument

Completed in 236 milliseconds