summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/Utils.h
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
commitcd77d4a1d38b7609a03f6826a1ff5fa7c98aa34f (patch)
tree18f6c355f488bb25211c431cac0cb01c6e76c7dd /include/media/stagefright/Utils.h
parent5d014f0fb4f7f20ed2f35a3c856b2d4e356f0beb (diff)
downloadframeworks_av-cd77d4a1d38b7609a03f6826a1ff5fa7c98aa34f.zip
frameworks_av-cd77d4a1d38b7609a03f6826a1ff5fa7c98aa34f.tar.gz
frameworks_av-cd77d4a1d38b7609a03f6826a1ff5fa7c98aa34f.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/media/stagefright/Utils.h')
-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_