Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dperfstatsd.cpp50 auto raw_time = data.getTime(); in getHistory() local
51 auto seconds = std::chrono::time_point_cast<std::chrono::seconds>(raw_time); in getHistory()
52 auto d = raw_time - seconds; in getHistory()
56 time_t t = std::chrono::system_clock::to_time_t(raw_time); in getHistory()
/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp402 time_t raw_time = 0; in SetExifTags() local
404 bool time_available = time(&raw_time) != -1; in SetExifTags()
405 localtime_r(&raw_time, &time_info); in SetExifTags()