Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DStartPropertySetThread.cpp31 property_set(kTimestampProperty, mTimestampPropertyValue ? "1" : "0"); in threadLoop()
DStartPropertySetThread.h40 static constexpr const char* kTimestampProperty = "service.sf.present_timestamp"; variable