Searched refs:timestamp_property (Results 1 – 1 of 1) sorted by relevance
825 char timestamp_property[PROPERTY_VALUE_MAX]; in EnumerateDeviceExtensionProperties() local826 property_get("service.sf.present_timestamp", timestamp_property, "1"); in EnumerateDeviceExtensionProperties()827 if (strcmp(timestamp_property, "1") == 0) { in EnumerateDeviceExtensionProperties()