Searched refs:tm_hour (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp54 EXPECT_EQ(14, t.tm_hour)
/frameworks/av/media/mtp/
H A DMtpUtils.cpp57 tm.tm_hour = hour;
78 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
/frameworks/rs/scriptc/
H A Drs_time.rsh43 * tm_hour - Hours past midnight. This ranges from 0 to 23.
56 int tm_hour; ///< hours
/frameworks/base/include/androidfw/
H A DZipUtils.h72 timespec->tm_hour = (when >> 11) & 0x1F;
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp189 rtc.tm_hour = tm.tm_hour;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp344 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp94 int tm_hour; ///< hours member in struct:__anon1495

Completed in 114 milliseconds