summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/foundation/ALooper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/stagefright/foundation/ALooper.h b/include/media/stagefright/foundation/ALooper.h
index 194f1fc..153ead9 100644
--- a/include/media/stagefright/foundation/ALooper.h
+++ b/include/media/stagefright/foundation/ALooper.h
@@ -41,7 +41,9 @@ struct ALooper : public RefBase {
status_t start(
bool runOnCallingThread = false,
- bool canCallJava = false);
+ bool canCallJava = false,
+ int32_t priority = PRIORITY_DEFAULT
+ );
status_t stop();