HomeSort by relevance Sort by last modified time
    Searched refs:IoSchedClass (Results 1 - 4 of 4) sorted by null

  /system/core/include/cutils/
iosched_policy.h 29 } IoSchedClass;
31 extern int android_set_ioprio(int pid, IoSchedClass clazz, int ioprio);
32 extern int android_get_ioprio(int pid, IoSchedClass *clazz, int *ioprio);
  /system/core/libcutils/
iosched_policy.c 34 int android_set_ioprio(int pid __android_unused, IoSchedClass clazz __android_unused, int ioprio __android_unused) {
43 int android_get_ioprio(int pid __android_unused, IoSchedClass *clazz, int *ioprio) {
  /system/vold/
Benchmark.cpp 63 IoSchedClass orig_clazz = IoSchedClass_NONE;
  /system/core/init/
service.h 155 IoSchedClass ioprio_class_;

Completed in 270 milliseconds