commit | 9b80c2bdb205bc143104f54d0743b6eedd67b14e | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Thu Jun 30 15:47:02 2011 -0700 |
committer | Andreas Huber <andih@google.com> | Fri Jul 01 13:18:43 2011 -0700 |
tree | 7a035b1bbc67096fa775d41544f420a5eb6e0487 | |
parent | cebcdaef5b559f4db2a9d8b305d9d7da03525b62 [diff] [blame] |
Charge network traffic to the uid of the process using the MediaPlayer. Change-Id: I2bcb54b8232afd3fc7ee16289f37c7a7b3f23067 related-to-bug: 4517282
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h b/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h index 145fd80..1bb7ca2 100644 --- a/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h +++ b/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h
@@ -28,6 +28,8 @@ virtual status_t initCheck(); + virtual status_t setUID(uid_t uid); + virtual status_t setDataSource( const char *url, const KeyedVector<String8, String8> *headers);