summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/ISchedulingPolicyService.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/ISchedulingPolicyService.h')
-rw-r--r--services/audioflinger/ISchedulingPolicyService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/ISchedulingPolicyService.h b/services/audioflinger/ISchedulingPolicyService.h
index a38e67e..b94b191 100644
--- a/services/audioflinger/ISchedulingPolicyService.h
+++ b/services/audioflinger/ISchedulingPolicyService.h
@@ -27,7 +27,7 @@ public:
DECLARE_META_INTERFACE(SchedulingPolicyService);
virtual int requestPriority(/*pid_t*/int32_t pid, /*pid_t*/int32_t tid,
- int32_t prio) = 0;
+ int32_t prio, bool asynchronous) = 0;
};