HomeSort by relevance Sort by last modified time
    Searched defs:time_info (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.c 70 struct timeb time_info; local
88 ftime(&time_info);
89 srandom((unsigned int)time_info.millitm);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 163 struct tm *time_info; local
174 time_info = localtime(&time_raw);
176 if (time_info != NULL)
179 strftime(time_string, sizeof(time_string), "%Y%m%dT%H%M%S", time_info);
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 46 struct tms time_info; variable in typeref:struct:tms
116 times (&time_info);
117 Begin_Time = (long) time_info.tms_utime;
177 times (&time_info);
178 End_Time = (long) time_info.tms_utime;
  /hardware/libhardware/modules/camera/3_4/arc/
image_processor.cpp 398 struct tm time_info; local
400 localtime_r(&raw_time, &time_info);
401 if (!utils->SetDateTime(time_info)) {
453 if (gmtime_r(&timestamp, &time_info)) {
454 if (!utils->SetGpsTimestamp(time_info)) {
  /system/core/healthd/
healthd_draw.cpp 133 tm* time_info = localtime(&rawtime); local
136 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info);
  /hardware/interfaces/camera/common/1.0/default/
Exif.cpp 974 struct tm time_info; local
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 17902 TPM2B_ATTEST time_info; local
    [all...]

Completed in 290 milliseconds