HomeSort by relevance Sort by last modified time
    Searched full:__android_unused (Results 1 - 3 of 3) sorted by null

  /system/core/libcutils/
iosched_policy.cpp 30 #define __android_unused macro
32 #define __android_unused __attribute__((__unused__)) macro
35 int android_set_ioprio(int pid __android_unused, IoSchedClass clazz __android_unused, int ioprio __android_unused) {
44 int android_get_ioprio(int pid __android_unused, IoSchedClass *clazz, int *ioprio) {
sockets_unix.cpp 42 #define __android_unused macro
44 #define __android_unused __attribute__((__unused__)) macro
47 bool socket_peer_is_trusted(int fd __android_unused) {
  /system/core/libutils/
Threads.cpp 42 # define __android_unused macro
44 # define __android_unused __attribute__((__unused__)) macro
119 const char* threadName __android_unused,

Completed in 183 milliseconds