Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerDefaultFactory.h39 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
DSurfaceFlingerFactory.h84 virtual sp<StartPropertySetThread> createStartPropertySetThread(
DSurfaceFlingerDefaultFactory.cpp89 sp<StartPropertySetThread> DefaultFactory::createStartPropertySetThread( in createStartPropertySetThread() function in android::surfaceflinger::DefaultFactory
DSurfaceFlinger.cpp742 mStartPropertySetThread = getFactory().createStartPropertySetThread(presentFenceReliable); in init()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h100 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() function