Lines Matching refs:mHDCPModule
32 mHDCPModule(NULL) { in HDCP()
51 } else if ((mHDCPModule = createHDCPModule( in HDCP()
60 if (mHDCPModule != NULL) { in ~HDCP()
61 delete mHDCPModule; in ~HDCP()
62 mHDCPModule = NULL; in ~HDCP()
74 if (mHDCPModule == NULL) { in setObserver()
86 if (mHDCPModule == NULL) { in initAsync()
90 return mHDCPModule->initAsync(host, port); in initAsync()
96 if (mHDCPModule == NULL) { in shutdownAsync()
100 return mHDCPModule->shutdownAsync(); in shutdownAsync()
106 if (mHDCPModule == NULL) { in getCaps()
110 return mHDCPModule->getCaps(); in getCaps()
120 if (mHDCPModule == NULL) { in encrypt()
126 return mHDCPModule->encrypt(inData, size, streamCTR, outInputCTR, outData); in encrypt()
137 if (mHDCPModule == NULL) { in encryptNative()
143 return mHDCPModule->encryptNative(graphicBuffer->handle, in encryptNative()
154 if (mHDCPModule == NULL) { in decrypt()
158 return mHDCPModule->decrypt(inData, size, streamCTR, outInputCTR, outData); in decrypt()