Searched refs:IHdcpControl (Results 1 – 11 of 11) sorted by relevance
24 class IHdcpControl {26 IHdcpControl() {} in IHdcpControl() function27 virtual ~IHdcpControl() {} in ~IHdcpControl()
31 class IHdcpControl; variable39 virtual IHdcpControl* createHdcpControl() = 0;
46 IHdcpControl *mHdcpControl;
53 virtual IHdcpControl* createHdcpControl() = 0;56 IHdcpControl *mHdcpControl;
33 IHdcpControl* createHdcpControl();
48 IHdcpControl* PlatfExternalDevice::createHdcpControl() in createHdcpControl()
69 virtual IHdcpControl* createHdcpControl() {return new HdcpControl();} in createDisplayDevice()
25 class HdcpControl : public IHdcpControl {