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

/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp60 EXPECT_EQ(40, t.tm_sec)
/frameworks/av/media/mtp/
H A DMtpUtils.cpp55 tm.tm_sec = second;
78 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
/frameworks/rs/scriptc/
H A Drs_time.rsh40 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
54 int tm_sec; ///< seconds
/frameworks/base/include/androidfw/
H A DZipUtils.h74 timespec->tm_sec = (when & 0x1F) << 1;
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp187 rtc.tm_sec = tm.tm_sec;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp342 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp92 int tm_sec; ///< seconds member in struct:__anon1495

Completed in 1820 milliseconds