Searched refs:timestampPropertyValue (Results 1 – 6 of 6) sorted by relevance
22 StartPropertySetThread::StartPropertySetThread(bool timestampPropertyValue): in StartPropertySetThread() argument23 Thread(false), mTimestampPropertyValue(timestampPropertyValue) {} in StartPropertySetThread()
36 explicit StartPropertySetThread(bool timestampPropertyValue);
77 bool timestampPropertyValue) { in createStartPropertySetThread() argument78 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()
36 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override;
87 bool timestampPropertyValue) = 0;
94 sp<StartPropertySetThread> createStartPropertySetThread(bool timestampPropertyValue) override { in createStartPropertySetThread() argument95 return new StartPropertySetThread(timestampPropertyValue); in createStartPropertySetThread()