Searched defs:useContextPriority (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h133 static bool useContextPriority; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp115 bool SurfaceFlinger::useContextPriority; member in class:android::SurfaceFlinger
174 useContextPriority = getBool< ISurfaceFlingerConfigs,
175 &ISurfaceFlingerConfigs::useContextPriority>(false);
3429 result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority);
H A DSurfaceFlinger_hwc1.cpp113 bool SurfaceFlinger::useContextPriority; member in class:android::SurfaceFlinger
169 useContextPriority = getBool< ISurfaceFlingerConfigs,
170 &ISurfaceFlingerConfigs::useContextPriority>(false);
3084 result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority);

Completed in 131 milliseconds