OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HDCP
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
HDCP.cpp
18
#define LOG_TAG "
HDCP
"
21
#include "
HDCP
.h"
29
HDCP
::
HDCP
(bool createEncryptionModule)
52
this, &
HDCP
::ObserveWrapper)) == NULL) {
57
HDCP
::~
HDCP
() {
71
status_t
HDCP
::setObserver(const sp<IHDCPObserver> &observer) {
83
status_t
HDCP
::initAsync(const char *host, unsigned port) {
93
status_t
HDCP
::shutdownAsync()
[
all
...]
HDCP.h
26
struct
HDCP
: public BnHDCP {
27
explicit
HDCP
(bool createEncryptionModule);
28
virtual ~
HDCP
();
60
DISALLOW_EVIL_CONSTRUCTORS(
HDCP
);
Completed in 3893 milliseconds