Searched refs:hours (Results 1 - 14 of 14) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dds1307.js58 RTCObj.hours + ":" + RTCObj.minutes + ":" + RTCObj.seconds;
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dds1307.py33 RTCObj.hours, RTCObj.minutes, RTCObj.seconds)
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
H A Dds1307.cxx116 hours = bcdToDec(buffer[2] & 0x1f);
123 hours = bcdToDec(buffer[2] & 0x3f);
150 // hours
153 buffer[2] = decToBcd(hours) | 0x40;
158 buffer[2] = decToBcd(hours);
H A Dds1307.h63 * about seconds, minutes, hours, day of the week, day of the month,
160 * Holds hours; 1-12 in the am/pm format, 0-23 otherwise
162 unsigned int hours; member in class:upm::DS1307
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dds1307.cxx35 << rtc->hours << ":" << rtc->minutes << ":" << rtc->seconds;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1495 int64_t hours; local
1500 hours = etl / 3600;
1501 etl -= hours * 3600;
1507 label, hours, mins, secs);
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h411 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h543 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h441 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h582 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h410 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h540 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h404 __u8 hours; member in struct:v4l2_timecode
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h548 __u8 hours; member in struct:v4l2_timecode

Completed in 355 milliseconds