summaryrefslogtreecommitdiffstats
path: root/libcutils/iosched_policy.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix windows sdk build.Dan Albert2014-06-131-1/+1
| | | Change-Id: I53c9f43a5f9ae2f40de686316185d162d0e0503a
* Use syscall(2) instead of ioprio_get/ioprio_set.Dan Albert2014-06-121-19/+5
| | | | Change-Id: Ibfd0bdd3dd0bad9804ec9fd9292f4b68a510afdb
* libcutils: turn on -WerrorMark Salyzyn2014-05-011-6/+8
| | | | | | - Deal with some -Wunused / -Wunused-variable issues Change-Id: I28c23fb213382a392ec30935749fb359e072d664
* libcutils: resolve warning in iosched_policy.cMark Salyzyn2014-01-271-3/+6
| | | | | | (cherry picked from commit 407038cd937391216d93f72d4d13db3803c5b452) Change-Id: I35b0d1eeba21cc1ed9645a5acfa180ed20797c56
* cutils: schedpolicy: remove stray includeSan Mehat2010-02-261-1/+0
| | | | Signed-off-by: San Mehat <san@google.com>
* cutils: iosched_policy: Don't do anything for simulatorSan Mehat2010-02-261-0/+7
| | | | Signed-off-by: San Mehat <san@google.com>
* system: Add support for getting/setting i/o priorities and include a ↵San Mehat2010-02-251-0/+61
userspace tool Signed-off-by: San Mehat <san@google.com>