OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:useContextPriority
(Results
1 - 4
of
4
) sorted by null
/hardware/interfaces/configstore/1.0/default/
SurfaceFlingerConfigs.cpp
30
Return<void> SurfaceFlingerConfigs::
useContextPriority
(useContextPriority_cb _hidl_cb) {
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
133
static bool
useContextPriority
;
SurfaceFlinger.cpp
115
bool SurfaceFlinger::
useContextPriority
;
174
useContextPriority
= getBool< ISurfaceFlingerConfigs,
175
&ISurfaceFlingerConfigs::
useContextPriority
>(false);
[
all
...]
SurfaceFlinger_hwc1.cpp
113
bool SurfaceFlinger::
useContextPriority
;
169
useContextPriority
= getBool< ISurfaceFlingerConfigs,
170
&ISurfaceFlingerConfigs::
useContextPriority
>(false);
[
all
...]
Completed in 126 milliseconds