OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runningWithoutSyncFramework
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
DispSync.cpp
51
static const bool
runningWithoutSyncFramework
= true;
53
static const bool
runningWithoutSyncFramework
= false;
196
// This method is only here to handle the
runningWithoutSyncFramework
307
// If
runningWithoutSyncFramework
is true then the ZeroPhaseTracer
311
if (!
runningWithoutSyncFramework
) {
376
if (
runningWithoutSyncFramework
) {
SurfaceFlinger.cpp
93
static const bool
runningWithoutSyncFramework
= true;
95
static const bool
runningWithoutSyncFramework
= false;
979
if (
runningWithoutSyncFramework
) {
[
all
...]
Completed in 326 milliseconds