Searched refs:StartPropertySetThread (Results 1 – 8 of 8) 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);
47 class StartPropertySetThread; variable86 virtual sp<StartPropertySetThread> createStartPropertySetThread(
76 sp<StartPropertySetThread> DefaultFactory::createStartPropertySetThread( in createStartPropertySetThread()78 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()
36 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
185 "StartPropertySetThread.cpp",
1198 sp<StartPropertySetThread> mStartPropertySetThread;
94 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread()95 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()