HomeSort by relevance Sort by last modified time
    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