Searched refs:HDCP (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp18 #define LOG_TAG "HDCP"
21 #include "HDCP.h"
29 HDCP::HDCP(bool createEncryptionModule) function in class:android::HDCP
52 this, &HDCP::ObserveWrapper)) == NULL) {
57 HDCP::~HDCP() {
71 status_t HDCP::setObserver(const sp<IHDCPObserver> &observer) {
83 status_t HDCP::initAsync(const char *host, unsigned port) {
93 status_t HDCP
[all...]
H A DHDCP.h26 struct HDCP : public BnHDCP { struct in namespace:android
27 HDCP(bool createEncryptionModule);
28 virtual ~HDCP();
60 DISALLOW_EVIL_CONSTRUCTORS(HDCP);
H A DAndroid.mk11 HDCP.cpp \
H A DMediaPlayerService.cpp81 #include "HDCP.h"
361 return new HDCP(createEncryptionModule);
/frameworks/av/include/media/
H A DIHDCP.h35 DECLARE_META_INTERFACE(HDCP);
38 // from the HDCP implementation to signal completion/failure of asynchronous
42 // Request to setup an HDCP session with the specified host listening
46 // Request to shutdown the active HDCP session.
49 // Returns the capability bitmask of this HDCP session.
51 // HDCP_CAPS_ENCRYPT: mandatory, meaning the HDCP module can encrypt
53 // HDCP_CAPS_ENCRYPT_NATIVE: the HDCP module supports encryption from
61 // Encrypt data according to the HDCP spec. "size" bytes of data are
74 // Encrypt data according to the HDCP spec. "size" bytes of data starting
89 // Decrypt data according to the HDCP spe
[all...]
/frameworks/av/media/libmedia/
H A DIHDCP.cpp169 IMPLEMENT_META_INTERFACE(HDCP, "android.hardware.IHDCP");

Completed in 109 milliseconds