Home
last modified time | relevance | path

Searched refs:StartPropertySetThread (Results 1 – 7 of 7) 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.h44 class StartPropertySetThread; variable
79 virtual sp<StartPropertySetThread> createStartPropertySetThread(
DSurfaceFlingerFactory.cpp87 sp<StartPropertySetThread> createStartPropertySetThread( in createSurfaceFlinger()
89 return new StartPropertySetThread(timestampPropertyValue); in createSurfaceFlinger()
DAndroid.bp155 "StartPropertySetThread.cpp",
DSurfaceFlinger.h650 sp<StartPropertySetThread> mStartPropertySetThread;
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h100 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread()
102 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()