Lines Matching refs:HDCPModule
25 // Two different kinds of modules are covered under the same HDCPModule
27 struct HDCPModule {
32 // Sent in response to a call to "HDCPModule::initAsync" once
42 // Sent upon completion of a call to "HDCPModule::shutdownAsync".
62 HDCPModule(void *cookie, ObserverFunc observerNotify) {};
64 virtual ~HDCPModule() {};
110 HDCPModule(const HDCPModule &);
111 HDCPModule &operator=(const HDCPModule &);
122 extern android::HDCPModule *createHDCPModule(
123 void *cookie, android::HDCPModule::ObserverFunc);
126 extern android::HDCPModule *createHDCPModuleForDecryption(
127 void *cookie, android::HDCPModule::ObserverFunc);