Searched defs:UNUSED (Results 1 - 12 of 12) sorted by relevance
/system/core/libcutils/ |
H A D | dlmalloc_stubs.c | 19 #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 D | android_reboot.c | 29 #define UNUSED __attribute__((unused)) macro 92 int android_reboot(int cmd, int flags UNUSED, const char *arg) argument
|
H A D | socket_local_client.c | 42 #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 D | sched_policy.c | 29 #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 D | str_parms.c | 32 #define UNUSED __attribute__((unused)) macro 350 static bool dump_entry(void *key, void *value, void *context UNUSED) argument
|
/system/core/libsysutils/src/ |
H A D | FrameworkCommand.cpp | 24 #define UNUSED __attribute__((unused)) macro 30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, argument 31 char **argv UNUSED) {
|
H A D | FrameworkListener.cpp | 30 #define UNUSED __attribute__((unused)) macro 47 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { argument
|
/system/bt/utils/include/ |
H A D | bt_utils.h | 45 #define UNUSED(x) (void)(x) macro
|
/system/core/base/include/base/ |
H A D | macros.h | 133 // int foo(int x) { UNUSED(x); return 10; } 136 void UNUSED(const T&...) { function
|
/system/core/libnativebridge/ |
H A D | native_bridge.cc | 248 template<typename T> void UNUSED(const T&) {} function in namespace:android 312 UNUSED(instruction_set);
|
/system/bt/test/bluedroidtest/ |
H A D | bluedroidtest.c | 61 #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 D | cryptfs.c | 66 #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