OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDCPModule
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/include/media/hardware/
HDCPAPI.h
26
// Two different kinds of modules are covered under the same
HDCPModule
28
struct
HDCPModule
{
33
// Sent in response to a call to "
HDCPModule
::initAsync" once
43
// Sent upon completion of a call to "
HDCPModule
::shutdownAsync".
60
//
HDCPModule
capability bit masks
76
HDCPModule
(void *cookie, ObserverFunc observerNotify) {};
78
virtual ~
HDCPModule
() {};
138
HDCPModule
(const
HDCPModule
&);
139
HDCPModule
&operator=(const HDCPModule &)
[
all
...]
/frameworks/av/media/libmediaplayerservice/
HDCP.h
54
HDCPModule
*mHDCPModule;
HDCP.cpp
40
typedef
HDCPModule
*(*CreateHDCPModuleFunc)(
41
void *,
HDCPModule
::ObserverFunc);
114
return
HDCPModule
::HDCP_CAPS_ENCRYPT;
/frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp
509
case
HDCPModule
::HDCP_INITIALIZATION_COMPLETE:
521
case
HDCPModule
::HDCP_SHUTDOWN_COMPLETE:
522
case
HDCPModule
::HDCP_SHUTDOWN_FAILED:
[
all
...]
PlaybackSession.cpp
943
&& (mHDCP->getCaps() &
HDCPModule
::HDCP_CAPS_ENCRYPT_NATIVE));
Completed in 318 milliseconds