Searched refs:mHDCPModule (Results 1 – 2 of 2) sorted by relevance
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()[all …]
54 HDCPModule *mHDCPModule; member