OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDCP
(Results
1 - 6
of
6
) 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
HDCP
(bool createEncryptionModule);
28
virtual ~
HDCP
();
54
DISALLOW_EVIL_CONSTRUCTORS(
HDCP
);
Android.mk
13
HDCP
.cpp \
MediaPlayerService.cpp
76
#include "
HDCP
.h"
295
return new
HDCP
(createEncryptionModule);
[
all
...]
/frameworks/av/include/media/
IHDCP.h
34
DECLARE_META_INTERFACE(
HDCP
);
37
// from the
HDCP
implementation to signal completion/failure of asynchronous
41
// Request to setup an
HDCP
session with the specified host listening
45
// Request to shutdown the active
HDCP
session.
49
// Encrypt data according to the
HDCP
spec. "size" bytes of data are
63
// Decrypt data according to the
HDCP
spec.
/frameworks/av/media/libmedia/
IHDCP.cpp
135
IMPLEMENT_META_INTERFACE(
HDCP
, "android.hardware.IHDCP");
Completed in 274 milliseconds