Searched refs:seconds (Results 1 - 23 of 23) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/cjq4435/
H A Dcjq4435.h86 * Sets a period in seconds
88 * @param seconds Period in seconds
90 void setPeriodSeconds(float seconds);
H A Dcjq4435.cxx68 void CJQ4435::setPeriodSeconds(float seconds) argument
70 if (mraa_pwm_period(m_pwm, seconds) != MRAA_SUCCESS)
/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/libmraa/api/mraa/
H A Dpwm.h89 * Set the PWM period as seconds represented in a float
92 * @param seconds Period represented as a float in seconds
95 mraa_result_t mraa_pwm_period(mraa_pwm_context dev, float seconds);
116 * Set pulsewidth, As represnted by seconds in a (float)
119 * @param seconds The duration of a pulse
122 mraa_result_t mraa_pwm_pulsewidth(mraa_pwm_context dev, float seconds);
H A Dpwm.hpp104 * Set the PWM period as seconds represented in a float
106 * @param period Period represented as a float in seconds
137 * Set pulsewidth, As represnted by seconds in a (float)
139 * @param seconds The duration of a pulse
143 pulsewidth(float seconds) argument
145 return (Result) mraa_pwm_pulsewidth(m_pwm, seconds);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dds1307.cxx35 << rtc->hours << ":" << rtc->minutes << ":" << rtc->seconds;
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
H A Dds1307.h63 * about seconds, minutes, hours, day of the week, day of the month,
152 * Holds seconds
154 unsigned int seconds; member in class:upm::DS1307
H A Dds1307.cxx109 seconds = bcdToDec(buffer[0] & 0x7f);
140 // seconds
141 // we need to read in seconds first to preserve the osc enable bit
145 buffer[0] = decToBcd(seconds) | (tmpbuf & 0x80);
/hardware/bsp/intel/peripheral/libmraa/src/pwm/
H A Dpwm.c311 mraa_pwm_period(mraa_pwm_context dev, float seconds) argument
313 return mraa_pwm_period_ms(dev, seconds * 1000);
333 mraa_pwm_pulsewidth(mraa_pwm_context dev, float seconds) argument
335 return mraa_pwm_pulsewidth_ms(dev, seconds * 1000);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h363 extern int mm_camera_app_timedwait(uint8_t seconds);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h371 extern int mm_camera_app_timedwait(uint8_t seconds);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c51 int mm_camera_app_timedwait(uint8_t seconds) argument
59 tw.tv_nsec = time(0) + seconds * MM_QCAMERA_APP_NANOSEC_SCALE;
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c51 int mm_camera_app_timedwait(uint8_t seconds) argument
59 tw.tv_nsec = time(0) + seconds * MM_QCAMERA_APP_NANOSEC_SCALE;
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h409 __u8 seconds; member in struct:v4l2_timecode
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h541 __u8 seconds; member in struct:v4l2_timecode
800 struct v4l2_fract timeperframe; /* Time per frame in seconds */
819 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h439 __u8 seconds; member in struct:v4l2_timecode
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h580 __u8 seconds; member in struct:v4l2_timecode
858 struct v4l2_fract timeperframe; /* Time per frame in seconds */
877 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h407 __u8 seconds; member in struct:v4l2_timecode
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h538 __u8 seconds; member in struct:v4l2_timecode
797 struct v4l2_fract timeperframe; /* Time per frame in seconds */
816 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc518 // Formats the given time in milliseconds as seconds.
4696 // Formats the given time in milliseconds as seconds.
4707 time_t seconds = static_cast<time_t>(ms / 1000); local
4712 const struct tm* const time_struct = localtime(&seconds); // NOLINT
4715 const struct tm* const time_struct = localtime(&seconds); // NOLINT
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h401 __u8 seconds; member in struct:v4l2_timecode
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h546 __u8 seconds; member in struct:v4l2_timecode
778 struct v4l2_fract timeperframe; /* Time per frame in seconds */

Completed in 4370 milliseconds