summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-07-22 09:20:13 -0700
committerAndreas Huber <andih@google.com>2010-07-22 09:21:05 -0700
commit348a8eab84f4bba76c04ca83b2f5418467aa1a48 (patch)
treeb75461fcab7782b8029426e9976b8d805a3b1fd3 /include
parent66d6f1fcd9cb80a603b833e93779eb0dfb5e67ee (diff)
downloadframeworks_av-348a8eab84f4bba76c04ca83b2f5418467aa1a48.zip
frameworks_av-348a8eab84f4bba76c04ca83b2f5418467aa1a48.tar.gz
frameworks_av-348a8eab84f4bba76c04ca83b2f5418467aa1a48.tar.bz2
Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes.
Change-Id: I110e19d5ce33e597add3ffbd3e3ff3815862396d
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();