Home
last modified time | relevance | path

Searched refs:IoSchedClass (Results 1 – 5 of 5) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Diosched_policy.h29 } IoSchedClass; typedef
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/include/cutils/
Diosched_policy.h29 } IoSchedClass; typedef
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/
Diosched_policy.c35 int android_set_ioprio(int pid __android_unused, IoSchedClass clazz __android_unused, int ioprio __… in android_set_ioprio()
44 int android_get_ioprio(int pid __android_unused, IoSchedClass *clazz, int *ioprio) { in android_get_ioprio()
/system/vold/
DBenchmark.cpp63 IoSchedClass orig_clazz = IoSchedClass_NONE; in benchmark()
/system/core/init/
Dservice.h105 IoSchedClass ioprio_class() const { return ioprio_class_; } in ioprio_class()
175 IoSchedClass ioprio_class_;