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

/frameworks/av/media/mtp/
H A DMtpUtils.cpp59 tm.tm_sec = second;
78 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
/frameworks/rs/scriptc/
H A Drs_time.rsh49 int tm_sec; // Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds.
/frameworks/base/include/androidfw/
H A DZipUtils.h80 timespec->tm_sec = (when & 0x1F) << 1;
/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp60 EXPECT_EQ(40, t.tm_sec)
/frameworks/native/services/sensorservice/
H A DRecentEventLogger.cpp59 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec,
H A DSensorService.cpp1104 reg_info.mSec = timeinfo->tm_sec;
1136 reg_info.mSec = timeinfo->tm_sec;
/frameworks/rs/api/
H A Drs_time.spec40 field: int tm_sec, "Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds."
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp199 rtc.tm_sec = tm.tm_sec;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp324 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1;
365 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp120 int tm_sec; ///< seconds member in struct:__anon1650

Completed in 809 milliseconds