OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDoable
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.h
49
void reset() {
mDoable
= false;
52
bool isDoable() const { return
mDoable
; }
60
bool
mDoable
;
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.h
49
void reset() {
mDoable
= false;
52
bool isDoable() const { return
mDoable
; }
57
bool
mDoable
;
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_ad.h
49
void reset() {
mDoable
= false;
52
bool isDoable() const { return
mDoable
; }
57
bool
mDoable
;
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.h
49
void reset() {
mDoable
= false;
52
bool isDoable() const { return
mDoable
; }
57
bool
mDoable
;
Completed in 205 milliseconds