Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerDefaultFactory.h33 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
DSurfaceFlingerFactory.h80 virtual sp<StartPropertySetThread> createStartPropertySetThread(
DSurfaceFlingerDefaultFactory.cpp66 sp<StartPropertySetThread> DefaultFactory::createStartPropertySetThread( in createStartPropertySetThread() function in android::surfaceflinger::DefaultFactory
DSurfaceFlinger.cpp846 mStartPropertySetThread = getFactory().createStartPropertySetThread(presentFenceReliable); in init()
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp53 sp<StartPropertySetThread> createStartPropertySetThread( in createStartPropertySetThread() function in android::Factory
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h313 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() function
575 mFlinger->getFactory().createStartPropertySetThread(fdp->ConsumeBool()); in fuzzBoot()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h91 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() function