Home
last modified time | relevance | path

Searched refs:StartPropertySetThread (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
DStartPropertySetThread.cpp22 StartPropertySetThread::StartPropertySetThread(bool timestampPropertyValue): in StartPropertySetThread() function in android::StartPropertySetThread
25 status_t StartPropertySetThread::Start() { in Start()
29 bool StartPropertySetThread::threadLoop() { in threadLoop()
DStartPropertySetThread.h27 class StartPropertySetThread : public Thread {
36 explicit StartPropertySetThread(bool timestampPropertyValue);
DSurfaceFlingerFactory.h47 class StartPropertySetThread; variable
86 virtual sp<StartPropertySetThread> createStartPropertySetThread(
DSurfaceFlingerDefaultFactory.cpp76 sp<StartPropertySetThread> DefaultFactory::createStartPropertySetThread( in createStartPropertySetThread()
78 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()
DSurfaceFlingerDefaultFactory.h36 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
DAndroid.bp185 "StartPropertySetThread.cpp",
DSurfaceFlinger.h1198 sp<StartPropertySetThread> mStartPropertySetThread;
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h94 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread()
95 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()