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

/frameworks/av/include/media/
H A DIHDCP.h24 DECLARE_META_INTERFACE(HDCPObserver);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h51 struct HDCPObserver;
137 sp<HDCPObserver> mHDCPObserver;
H A DWifiDisplaySource.cpp412 // HDCPObserver::notify is completely handled before
1431 struct WifiDisplaySource::HDCPObserver : public BnHDCPObserver { struct in class:android::WifiDisplaySource
1432 HDCPObserver(const sp<AMessage> &notify);
1440 DISALLOW_EVIL_CONSTRUCTORS(HDCPObserver);
1443 WifiDisplaySource::HDCPObserver::HDCPObserver( function in class:android::WifiDisplaySource::HDCPObserver
1448 void WifiDisplaySource::HDCPObserver::notify(
1470 mHDCPObserver = new HDCPObserver(notify);
/frameworks/av/media/libmedia/
H A DIHDCP.cpp55 IMPLEMENT_META_INTERFACE(HDCPObserver, "android.hardware.IHDCPObserver");

Completed in 60 milliseconds