HomeSort by relevance Sort by last modified time
    Searched refs:raw_time (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
logger.cc 43 time_t raw_time; local
44 time(&raw_time);
46 localtime_r(&raw_time, &time_struct);
  /hardware/libhardware/modules/camera/3_4/arc/
image_processor.cpp 397 time_t raw_time = 0; local
399 bool time_available = time(&raw_time) != -1;
400 localtime_r(&raw_time, &time_info);

Completed in 2922 milliseconds