HomeSort by relevance Sort by last modified time
    Searched refs:HDCPModule (Results 1 - 4 of 4) sorted by null

  /frameworks/native/include/media/hardware/
HDCPAPI.h 25 struct HDCPModule {
30 // Sent in response to a call to "HDCPModule::initAsync" once
39 // Sent upon completion of a call to "HDCPModule::shutdownAsync".
54 HDCPModule(void *cookie, ObserverFunc observerNotify) {};
56 virtual ~HDCPModule() {};
78 HDCPModule(const HDCPModule &);
79 HDCPModule &operator=(const HDCPModule &);
89 extern android::HDCPModule *createHDCPModule
    [all...]
  /frameworks/av/media/libmediaplayerservice/
HDCP.h 42 HDCPModule *mHDCPModule;
HDCP.cpp 39 typedef HDCPModule *(*CreateHDCPModuleFunc)(
40 void *, HDCPModule::ObserverFunc);
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 396 case HDCPModule::HDCP_INITIALIZATION_COMPLETE:
408 case HDCPModule::HDCP_SHUTDOWN_COMPLETE:
409 case HDCPModule::HDCP_SHUTDOWN_FAILED:
    [all...]

Completed in 8934 milliseconds