summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-03-26 10:19:24 -0700
committerAndreas Huber <andih@google.com>2013-03-26 10:19:24 -0700
commit190cdbab6ba24519d6b5e8bec6c2c74e6650e284 (patch)
tree515d0a75f7bf43b802fb3247f3ce86efa7526af8 /include
parent27a14b22e03dbd677e100f273e359a0daf2e79c6 (diff)
downloadframeworks_av-190cdbab6ba24519d6b5e8bec6c2c74e6650e284.zip
frameworks_av-190cdbab6ba24519d6b5e8bec6c2c74e6650e284.tar.gz
frameworks_av-190cdbab6ba24519d6b5e8bec6c2c74e6650e284.tar.bz2
Identify network servers and clients with a OS version related string
and put the logic to create that string in one location instead of many... Change-Id: I1f729f2e7376cd3b45eea0e48f7bd10084b41b39
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/Utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/stagefright/Utils.h b/include/media/stagefright/Utils.h
index 8213af9..73940d3 100644
--- a/include/media/stagefright/Utils.h
+++ b/include/media/stagefright/Utils.h
@@ -18,6 +18,7 @@
#define UTILS_H_
+#include <media/stagefright/foundation/AString.h>
#include <stdint.h>
#include <utils/Errors.h>
#include <utils/RefBase.h>
@@ -45,6 +46,8 @@ status_t convertMetaDataToMessage(
void convertMessageToMetaData(
const sp<AMessage> &format, sp<MetaData> &meta);
+AString MakeUserAgent();
+
} // namespace android
#endif // UTILS_H_