OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHDCPModule
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
HDCP.cpp
32
mHDCPModule
(NULL) {
51
} else if ((
mHDCPModule
= createHDCPModule(
60
if (
mHDCPModule
!= NULL) {
61
delete
mHDCPModule
;
62
mHDCPModule
= NULL;
74
if (
mHDCPModule
== NULL) {
86
if (
mHDCPModule
== NULL) {
90
return
mHDCPModule
->initAsync(host, port);
96
if (
mHDCPModule
== NULL) {
100
return
mHDCPModule
->shutdownAsync()
[
all
...]
HDCP.h
48
HDCPModule *
mHDCPModule
;
Completed in 2419 milliseconds