Home
last modified time | relevance | path

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

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