Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerDefaultFactory.h32 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
DSurfaceFlingerFactory.h74 virtual sp<StartPropertySetThread> createStartPropertySetThread(
DSurfaceFlingerDefaultFactory.cpp56 sp<StartPropertySetThread> DefaultFactory::createStartPropertySetThread( in createStartPropertySetThread() function in android::surfaceflinger::DefaultFactory
DSurfaceFlinger.cpp911 mStartPropertySetThread = getFactory().createStartPropertySetThread(presentFenceReliable); in init()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h331 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() function
552 mFlinger->getFactory().createStartPropertySetThread(fdp->ConsumeBool()); in fuzzBoot()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h91 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() function