Searched refs:seconds (Results 1 – 13 of 13) sorted by relevance
4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
202 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
165 mCond.waitRelative(mStateLock, seconds(mPollIntervalSec)); in threadLoop()202 int BubbleLevelImpl::setPollInterval(unsigned int seconds) in setPollInterval() argument204 if (seconds < BL_POLL_INTERVAL_MIN_SEC) { in setPollInterval()212 mPollIntervalSec = seconds; in setPollInterval()313 static int bl_set_poll_interval(const struct bubble_level *bubble_level, unsigned int seconds) in bl_set_poll_interval() argument316 return bl->bubble_level->setPollInterval(seconds); in bl_set_poll_interval()
40 int setPollInterval(unsigned int seconds);112 virtual int setPollInterval(unsigned int seconds) { in setPollInterval() argument113 return mBubbleLevel->setPollInterval(seconds); in setPollInterval()
38 virtual int setPollInterval(unsigned int seconds) = 0;61 unsigned int seconds);
59 void setExposureDuration(float seconds);
134 void Scene::setExposureDuration(float seconds) { in setExposureDuration() argument135 mExposureDuration = seconds; in setExposureDuration()
10 # Increase sleep duration (seconds) during IMPS150 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
254 double seconds; in nmea_reader_update_time() local272 seconds = str2float(tok.p+4, tok.end); in nmea_reader_update_time()276 tm.tm_sec = (int) seconds; in nmea_reader_update_time()
173 extern int mm_camera_app_timedwait(uint8_t seconds);
45 int mm_camera_app_timedwait(uint8_t seconds) in mm_camera_app_timedwait() argument53 tw.tv_nsec = time(0) + seconds * MM_QCAMERA_APP_NANOSEC_SCALE; in mm_camera_app_timedwait()
2411 int seconds = (int) (((remainder * 60) - minutes) * 60 * 1000); in parseLatLong() local2415 *pSeconds = seconds; in parseLatLong()2420 int degrees, minutes, seconds; in setLatLon() local2422 parseLatLong(latlonString, °rees, &minutes, &seconds); in setLatLon()2426 {seconds, 1000} }; in setLatLon()