Searched defs:UNUSED (Results 1 - 12 of 12) 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 Dandroid_reboot.c29 #define UNUSED __attribute__((unused)) macro
92 int android_reboot(int cmd, int flags UNUSED, const char *arg) argument
H A Dsocket_local_client.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
367 int set_sched_policy(int tid UNUSED, SchedPolicy policy UNUSED) argument
372 int get_sched_policy(int tid UNUSED, SchedPolicy *policy) argument
H A Dstr_parms.c32 #define UNUSED __attribute__((unused)) macro
350 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/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.cc248 template<typename T> void UNUSED(const T&) {} function in namespace:android
312 UNUSED(instruction_set);
/system/bt/test/bluedroidtest/
H A Dbluedroidtest.c61 #define UNUSED __attribute__((unused)) macro
474 static void dut_mode_recv(uint16_t UNUSED opcode, uint8_t UNUSED *buf, uint8_t UNUSED len)
660 void do_help(char UNUSED *p)
675 void do_quit(char UNUSED *p)
688 void do_init(char UNUSED *p)
693 void do_enable(char UNUSED *p)
698 void do_disable(char UNUSED *p)
712 void do_cleanup(char UNUSED *
[all...]
/system/vold/
H A Dcryptfs.c66 #define UNUSED __attribute__((unused)) macro
68 #define UNUSED __attribute__((unused)) macro
1251 unsigned char *ikey, void *params UNUSED)
1250 pbkdf2(const char *passwd, const unsigned char *salt, unsigned char *ikey, void *params UNUSED) argument

Completed in 174 milliseconds