Home
last modified time | relevance | path

Searched refs:mTimestampPropertyValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DStartPropertySetThread.cpp23 Thread(false), mTimestampPropertyValue(timestampPropertyValue) {} in StartPropertySetThread()
31 property_set(kTimestampProperty, mTimestampPropertyValue ? "1" : "0"); in threadLoop()
H A DStartPropertySetThread.h41 const bool mTimestampPropertyValue; variable