OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAuthenticated
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.cpp
37
mAuthenticated
(false),
67
mAuthenticated
= false;
84
mWaitForCompletion = !
mAuthenticated
;
85
if (
mAuthenticated
) {
102
return
mAuthenticated
;
138
mAuthenticated
= false;
157
mAuthenticated
= false;
263
mAuthenticated
= true;
266
mAuthenticated
= false;
268
return
mAuthenticated
;
[
all
...]
HdcpControl.h
76
bool
mAuthenticated
;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.cpp
37
mAuthenticated
(false),
66
mAuthenticated
= false;
83
mWaitForCompletion = !
mAuthenticated
;
84
if (
mAuthenticated
) {
101
return
mAuthenticated
;
137
mAuthenticated
= false;
156
mAuthenticated
= false;
254
mAuthenticated
= true;
257
mAuthenticated
= false;
259
return
mAuthenticated
;
[
all
...]
HdcpControl.h
76
bool
mAuthenticated
;
Completed in 571 milliseconds