Searched refs:runningWithoutSyncFramework (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp51 static const bool runningWithoutSyncFramework = true; member in namespace:android
53 static const bool runningWithoutSyncFramework = false; member in namespace:android
196 // This method is only here to handle the runningWithoutSyncFramework
307 // If runningWithoutSyncFramework is true then the ZeroPhaseTracer
311 if (!runningWithoutSyncFramework) {
376 if (runningWithoutSyncFramework) {
H A DSurfaceFlinger.cpp93 static const bool runningWithoutSyncFramework = true; member in namespace:android
95 static const bool runningWithoutSyncFramework = false;
979 if (runningWithoutSyncFramework) {

Completed in 271 milliseconds