Searched defs:HDCP (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h26 struct HDCP : public BnHDCP { struct in namespace:android
27 HDCP();
28 virtual ~HDCP();
48 DISALLOW_EVIL_CONSTRUCTORS(HDCP);
H A DHDCP.cpp18 #define LOG_TAG "HDCP"
21 #include "HDCP.h"
29 HDCP::HDCP() function in class:android::HDCP
48 this, &HDCP::ObserveWrapper)) == NULL) {
53 HDCP::~HDCP() {
67 status_t HDCP::setObserver(const sp<IHDCPObserver> &observer) {
79 status_t HDCP::initAsync(const char *host, unsigned port) {
89 status_t HDCP
[all...]

Completed in 1898 milliseconds