summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/HDCP.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/libmediaplayerservice/HDCP.h')
-rw-r--r--media/libmediaplayerservice/HDCP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libmediaplayerservice/HDCP.h b/media/libmediaplayerservice/HDCP.h
index 2e27689..4ee664d 100644
--- a/media/libmediaplayerservice/HDCP.h
+++ b/media/libmediaplayerservice/HDCP.h
@@ -39,6 +39,9 @@ private:
HDCPModule *mHDCPModule;
sp<IHDCPObserver> mObserver;
+ static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
+ void observe(int msg, int ext1, int ext2);
+
DISALLOW_EVIL_CONSTRUCTORS(HDCP);
};