OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supportsdoze
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
680
bool
supportsDoze
= false;
681
auto error = hwcDisplay->
supportsDoze
(&
supportsDoze
);
688
if (!
supportsDoze
) {
HWC2.h
296
[[clang::warn_unused_result]] Error
supportsDoze
(bool* outSupport) const;
HWC2.cpp
695
Error Display::
supportsDoze
(bool* outSupport) const
[
all
...]
Completed in 183 milliseconds