Searched refs:StartPropertySetThread (Results 1 – 7 of 7) sorted by relevance
22 StartPropertySetThread::StartPropertySetThread(bool timestampPropertyValue): in StartPropertySetThread() function in android::StartPropertySetThread25 status_t StartPropertySetThread::Start() { in Start()29 bool StartPropertySetThread::threadLoop() { in threadLoop()
27 class StartPropertySetThread : public Thread {36 explicit StartPropertySetThread(bool timestampPropertyValue);
44 class StartPropertySetThread; variable79 virtual sp<StartPropertySetThread> createStartPropertySetThread(
87 sp<StartPropertySetThread> createStartPropertySetThread( in createSurfaceFlinger()89 return new StartPropertySetThread(timestampPropertyValue); in createSurfaceFlinger()
155 "StartPropertySetThread.cpp",
650 sp<StartPropertySetThread> mStartPropertySetThread;
100 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread()102 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()