Searched refs:mHDCPModule (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp32 mHDCPModule(NULL) {
51 } else if ((mHDCPModule = createHDCPModule(
60 if (mHDCPModule != NULL) {
61 delete mHDCPModule;
62 mHDCPModule = NULL;
74 if (mHDCPModule == NULL) {
86 if (mHDCPModule == NULL) {
90 return mHDCPModule->initAsync(host, port);
96 if (mHDCPModule == NULL) {
100 return mHDCPModule
[all...]
H A DHDCP.h54 HDCPModule *mHDCPModule; member in struct:android::HDCP

Completed in 170 milliseconds