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

/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.cpp31 #define UNUSED __attribute__((unused)) macro
48 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { argument
/system/core/base/include/android-base/
H A Dmacros.h127 // int foo(int x) { UNUSED(x); return 10; }
130 void UNUSED(const T&...) { function
/system/bt/test/suite/core/
H A Dthread_performance_test.cc33 void run_message_loop(void* UNUSED) { argument
/system/core/libnativebridge/
H A Dnative_bridge.cc256 template<typename T> void UNUSED(const T&) {} function in namespace:android
320 UNUSED(instruction_set);
/system/vold/
H A Dcryptfs.cpp70 #define UNUSED __attribute__((unused)) macro
1181 unsigned char *ikey, void *params UNUSED)
1180 pbkdf2(const char *passwd, const unsigned char *salt, unsigned char *ikey, void *params UNUSED) argument

Completed in 148 milliseconds