Home
last modified time | relevance | path

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

/frameworks/native/include/media/hardware/
DHDCPAPI.h28 struct HDCPModule { struct
76 HDCPModule(void *cookie, ObserverFunc observerNotify) {}; in HDCPModule() argument
78 virtual ~HDCPModule() {}; in ~HDCPModule() argument
143 HDCPModule(const HDCPModule &); argument
144 HDCPModule &operator=(const HDCPModule &); argument
155 extern android::HDCPModule *createHDCPModule(
156 void *cookie, android::HDCPModule::ObserverFunc);
159 extern android::HDCPModule *createHDCPModuleForDecryption(
160 void *cookie, android::HDCPModule::ObserverFunc);
/frameworks/av/media/libmediaplayerservice/
DHDCP.cpp40 typedef HDCPModule *(*CreateHDCPModuleFunc)( in HDCP()
41 void *, HDCPModule::ObserverFunc); in HDCP()
DHDCP.h54 HDCPModule *mHDCPModule;
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp515 case HDCPModule::HDCP_INITIALIZATION_COMPLETE: in onMessageReceived()
527 case HDCPModule::HDCP_SHUTDOWN_COMPLETE: in onMessageReceived()
528 case HDCPModule::HDCP_SHUTDOWN_FAILED: in onMessageReceived()
DPlaybackSession.cpp954 && (mHDCP->getCaps() & HDCPModule::HDCP_CAPS_ENCRYPT_NATIVE)); in addSource()