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

/frameworks/native/headers/media_plugin/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".
59 // HDCPModule capability bit masks
75 HDCPModule(void * /*cookie*/, ObserverFunc /*observerNotify*/) {}; function in struct:android::HDCPModule
77 virtual ~HDCPModule() {};
142 HDCPModule(const HDCPModule &);
143 HDCPModule
[all...]
/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".
59 // HDCPModule capability bit masks
75 HDCPModule(void * /*cookie*/, ObserverFunc /*observerNotify*/) {}; function in struct:android::HDCPModule
77 virtual ~HDCPModule() {};
142 HDCPModule(const HDCPModule &);
143 HDCPModule
[all...]

Completed in 536 milliseconds