Lines Matching refs:HDCP
29 HDCP::HDCP(bool createEncryptionModule) in HDCP() function in android::HDCP
52 this, &HDCP::ObserveWrapper)) == NULL) { in HDCP()
57 HDCP::~HDCP() { in ~HDCP()
71 status_t HDCP::setObserver(const sp<IHDCPObserver> &observer) { in setObserver()
83 status_t HDCP::initAsync(const char *host, unsigned port) { in initAsync()
93 status_t HDCP::shutdownAsync() { in shutdownAsync()
103 uint32_t HDCP::getCaps() { in getCaps()
113 status_t HDCP::encrypt( in encrypt()
129 status_t HDCP::encryptNative( in encryptNative()
147 status_t HDCP::decrypt( in decrypt()
162 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { in ObserveWrapper()
163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2); in ObserveWrapper()
166 void HDCP::observe(int msg, int ext1, int ext2) { in observe()