Home
last modified time | relevance | path

Searched refs:__android_unused (Results 1 – 3 of 3) sorted by relevance

/system/core/libcutils/
Diosched_policy.c29 #define __android_unused macro
31 #define __android_unused __attribute__((__unused__)) macro
34 int android_set_ioprio(int pid __android_unused, IoSchedClass clazz __android_unused, int ioprio __… in android_set_ioprio() argument
43 int android_get_ioprio(int pid __android_unused, IoSchedClass *clazz, int *ioprio) { in android_get_ioprio() argument
Dsockets.c23 #define __android_unused macro
25 #define __android_unused __attribute__((__unused__)) macro
28 bool socket_peer_is_trusted(int fd __android_unused) in socket_peer_is_trusted() argument
/system/core/libutils/
DThreads.cpp48 # define __android_unused macro
50 # define __android_unused __attribute__((__unused__)) macro
125 const char* threadName __android_unused, in androidCreateRawThreadEtc() argument