Searched defs:tm_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_time.c41 struct tm *tm_t; local
44 tm_t = gmtime(&t);
46 time_ptr->year = tm_t->tm_year + 1900;
47 time_ptr->month = tm_t->tm_mon + 1;
48 time_ptr->day = tm_t->tm_mday;
49 time_ptr->hour = tm_t->tm_hour;
50 time_ptr->min = tm_t->tm_min;
51 time_ptr->sec = tm_t->tm_sec;

Completed in 66 milliseconds