Home
last modified time | relevance | path

Searched refs:hasSyncFramework (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerFactory.cpp48 std::unique_ptr<DispSync> createDispSync(const char* name, bool hasSyncFramework, in createSurfaceFlinger() argument
54 primaryDispSync->init(hasSyncFramework, dispSyncPresentTimeOffset); in createSurfaceFlinger()
DSurfaceFlingerFactory.h67 virtual std::unique_ptr<DispSync> createDispSync(const char* name, bool hasSyncFramework,
DSurfaceFlingerProperties.cpp85 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasSyncFramework>(defaultValue); in running_without_sync_framework()
DSurfaceFlinger.cpp236 bool SurfaceFlinger::hasSyncFramework; member in android::SurfaceFlinger
289 hasSyncFramework = running_without_sync_framework(true); in SurfaceFlinger()
1605 mScheduler->setIgnorePresentFences(getHwComposer().isUsingVrComposer() || !hasSyncFramework); in updateVrFlinger()
2110 if (!hasSyncFramework) { in postComposition()
4740 StringAppendF(&result, " RUNNING_WITHOUT_SYNC_FRAMEWORK=%d", !hasSyncFramework); in appendSfConfigString()
DSurfaceFlinger.h204 static bool hasSyncFramework; variable
/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.h94 void init(bool hasSyncFramework, int64_t dispSyncPresentTimeOffset);
DDispSync.cpp481 void DispSync::init(bool hasSyncFramework, int64_t dispSyncPresentTimeOffset) { in init() argument
482 mIgnorePresentFences = !hasSyncFramework; in init()