diff options
| author | Andreas Huber <andih@google.com> | 2012-09-18 10:36:32 -0700 | 
|---|---|---|
| committer | Andreas Huber <andih@google.com> | 2012-09-19 09:28:08 -0700 | 
| commit | efbb781c15abf8e085f5ab8d39710bd58ea0b6e4 (patch) | |
| tree | a2f28698970fc1b62495cee5d617e1037a0a957d /include | |
| parent | 74e58c55bc5259b957a51f1bb44a5911ad1f8400 (diff) | |
| download | frameworks_av-efbb781c15abf8e085f5ab8d39710bd58ea0b6e4.zip frameworks_av-efbb781c15abf8e085f5ab8d39710bd58ea0b6e4.tar.gz frameworks_av-efbb781c15abf8e085f5ab8d39710bd58ea0b6e4.tar.bz2  | |
HDCP module binderized
Change-Id: I866768b1e3f3b232f1934a35b65f66befc12f3f6
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/IMediaPlayerService.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/IMediaPlayerService.h b/include/media/IMediaPlayerService.h index c4c37b6..6090176 100644 --- a/include/media/IMediaPlayerService.h +++ b/include/media/IMediaPlayerService.h @@ -32,6 +32,7 @@  namespace android {  struct ICrypto; +struct IHDCP;  class IMediaRecorder;  class IOMX;  class IRemoteDisplay; @@ -51,6 +52,7 @@ public:      virtual sp<IMemory>         decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) = 0;      virtual sp<IOMX>            getOMX() = 0;      virtual sp<ICrypto>         makeCrypto() = 0; +    virtual sp<IHDCP>           makeHDCP() = 0;      // Connects to a remote display.      // 'iface' specifies the address of the local interface on which to listen for  | 
