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

  /system/core/libcutils/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 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) {
  /system/vold/
Benchmark.cpp 63 IoSchedClass orig_clazz = IoSchedClass_NONE;
  /system/core/init/
service.h 105 IoSchedClass ioprio_class() const { return ioprio_class_; }
175 IoSchedClass ioprio_class_;

Completed in 2167 milliseconds