Home
last modified time | relevance | path

Searched refs:timestampPropertyValue (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/
DStartPropertySetThread.cpp22 StartPropertySetThread::StartPropertySetThread(bool timestampPropertyValue): in StartPropertySetThread() argument
23 Thread(false), mTimestampPropertyValue(timestampPropertyValue) {} in StartPropertySetThread()
DStartPropertySetThread.h36 explicit StartPropertySetThread(bool timestampPropertyValue);
DSurfaceFlingerDefaultFactory.cpp77 bool timestampPropertyValue) { in createStartPropertySetThread() argument
78 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()
DSurfaceFlingerDefaultFactory.h36 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
DSurfaceFlingerFactory.h87 bool timestampPropertyValue) = 0;
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h94 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() argument
95 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()