Home
last modified time | relevance | path

Searched refs:HDCPObserver (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.h60 struct HDCPObserver;
168 sp<HDCPObserver> mHDCPObserver;
DWifiDisplaySource.cpp1671 struct WifiDisplaySource::HDCPObserver : public BnHDCPObserver { struct in android::WifiDisplaySource
1672 HDCPObserver(const sp<AMessage> &notify);
1680 DISALLOW_EVIL_CONSTRUCTORS(HDCPObserver);
1683 WifiDisplaySource::HDCPObserver::HDCPObserver( in HDCPObserver() function in android::WifiDisplaySource::HDCPObserver
1688 void WifiDisplaySource::HDCPObserver::notify( in notify()
1713 mHDCPObserver = new HDCPObserver(notify); in makeHDCP()
/frameworks/av/include/media/
DIHDCP.h25 DECLARE_META_INTERFACE(HDCPObserver);
/frameworks/av/media/libmedia/
DIHDCP.cpp58 IMPLEMENT_META_INTERFACE(HDCPObserver, "android.hardware.IHDCPObserver");