Searched defs:HDCPModule (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/media/hardware/
H A DHDCPAPI.h25 // Two different kinds of modules are covered under the same HDCPModule
27 struct HDCPModule { struct in namespace:android
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) {}; function in struct:android::HDCPModule
64 virtual ~HDCPModule() {};
110 HDCPModule(const HDCPModule &);
111 HDCPModule &operator=(const HDCPModule
[all...]

Completed in 99 milliseconds