Home
last modified time | relevance | path

Searched refs:StartPropertySetThread (Results 1 – 5 of 5) 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 StartPropertySetThread(bool timestampPropertyValue);
DAndroid.bp125 "StartPropertySetThread.cpp",
DSurfaceFlinger.h579 sp<StartPropertySetThread> mStartPropertySetThread = nullptr;
DSurfaceFlinger.cpp726 mStartPropertySetThread = new StartPropertySetThread(false); in init()
728 mStartPropertySetThread = new StartPropertySetThread(true); in init()