OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDCPModule
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/media/hardware/
HDCPAPI.h
25
// Two different kinds of modules are covered under the same
HDCPModule
27
struct
HDCPModule
{
32
// Sent in response to a call to "
HDCPModule
::initAsync" once
42
// Sent upon completion of a call to "
HDCPModule
::shutdownAsync".
62
HDCPModule
(void *cookie, ObserverFunc observerNotify) {};
64
virtual ~
HDCPModule
() {};
110
HDCPModule
(const
HDCPModule
&);
111
HDCPModule
&operator=(const
HDCPModule
&)
[
all
...]
/frameworks/av/media/libmediaplayerservice/
HDCP.h
48
HDCPModule
*mHDCPModule;
HDCP.cpp
40
typedef
HDCPModule
*(*CreateHDCPModuleFunc)(
41
void *,
HDCPModule
::ObserverFunc);
/frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp
501
case
HDCPModule
::HDCP_INITIALIZATION_COMPLETE:
513
case
HDCPModule
::HDCP_SHUTDOWN_COMPLETE:
514
case
HDCPModule
::HDCP_SHUTDOWN_FAILED:
[
all
...]
Completed in 178 milliseconds