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

/frameworks/native/include/media/hardware/
H A DHDCPAPI.h26 // Two different kinds of modules are covered under the same HDCPModule
28 struct HDCPModule { struct in namespace:android
33 // Sent in response to a call to "HDCPModule::initAsync" once
43 // Sent upon completion of a call to "HDCPModule::shutdownAsync".
60 // HDCPModule capability bit masks
76 HDCPModule(void *cookie, ObserverFunc observerNotify) {}; function in struct:android::HDCPModule
78 virtual ~HDCPModule() {};
143 HDCPModule(const HDCPModule &);
144 HDCPModule
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h54 HDCPModule *mHDCPModule;
H A DHDCP.cpp40 typedef HDCPModule *(*CreateHDCPModuleFunc)(
41 void *, HDCPModule::ObserverFunc);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp509 case HDCPModule::HDCP_INITIALIZATION_COMPLETE:
521 case HDCPModule::HDCP_SHUTDOWN_COMPLETE:
522 case HDCPModule::HDCP_SHUTDOWN_FAILED:
H A DPlaybackSession.cpp945 && (mHDCP->getCaps() & HDCPModule::HDCP_CAPS_ENCRYPT_NATIVE));

Completed in 601 milliseconds