/device/samsung/manta/ |
D | init.recovery.manta.rc | 4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
D | init.manta.rc | 178 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/htc/flounder/ |
D | init.recovery.flounder.rc | 4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
D | init.flounder.rc | 133 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/samsung/manta/bubblelevel/ |
D | BubbleLevelImpl.cpp | 165 mCond.waitRelative(mStateLock, seconds(mPollIntervalSec)); in threadLoop() 202 int BubbleLevelImpl::setPollInterval(unsigned int seconds) in setPollInterval() argument 204 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() argument 316 return bl->bubble_level->setPollInterval(seconds); in bl_set_poll_interval()
|
D | BubbleLevelImpl.h | 40 int setPollInterval(unsigned int seconds); 112 virtual int setPollInterval(unsigned int seconds) { in setPollInterval() argument 113 return mBubbleLevel->setPollInterval(seconds); in setPollInterval()
|
D | BubbleLevel.h | 38 virtual int setPollInterval(unsigned int seconds) = 0; 61 unsigned int seconds);
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Scene.h | 59 void setExposureDuration(float seconds);
|
D | Scene.cpp | 134 void Scene::setExposureDuration(float seconds) { in setExposureDuration() argument 135 mExposureDuration = seconds; in setExposureDuration()
|
/device/lge/mako/ |
D | WCNSS_qcom_cfg.ini | 10 # Increase sleep duration (seconds) during IMPS 150 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
|
/device/asus/flo/ |
D | WCNSS_qcom_cfg.ini | 10 # Increase sleep duration (seconds) during IMPS 150 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 173 extern int mm_camera_app_timedwait(uint8_t seconds);
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 173 extern int mm_camera_app_timedwait(uint8_t seconds);
|
/device/generic/goldfish/gps/ |
D | gps_qemu.c | 254 double seconds; in nmea_reader_update_time() local 272 seconds = str2float(tok.p+4, tok.end); in nmea_reader_update_time() 276 tm.tm_sec = (int) seconds; in nmea_reader_update_time()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 45 int mm_camera_app_timedwait(uint8_t seconds) in mm_camera_app_timedwait() argument 53 tw.tv_nsec = time(0) + seconds * MM_QCAMERA_APP_NANOSEC_SCALE; in mm_camera_app_timedwait()
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 45 int mm_camera_app_timedwait(uint8_t seconds) in mm_camera_app_timedwait() argument 53 tw.tv_nsec = time(0) + seconds * MM_QCAMERA_APP_NANOSEC_SCALE; in mm_camera_app_timedwait()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 360 extern int mm_camera_app_timedwait(uint8_t seconds);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 46 int mm_camera_app_timedwait(uint8_t seconds) in mm_camera_app_timedwait() argument 54 tw.tv_nsec = time(0) + seconds * MM_QCAMERA_APP_NANOSEC_SCALE; in mm_camera_app_timedwait()
|
/device/lge/mako/camera/ |
D | QualcommCameraHardware.cpp | 2408 int seconds = (int) (((remainder * 60) - minutes) * 60 * 1000); in parseLatLong() local 2412 *pSeconds = seconds; in parseLatLong() 2417 int degrees, minutes, seconds; in setLatLon() local 2419 parseLatLong(latlonString, °rees, &minutes, &seconds); in setLatLon() 2423 {seconds, 1000} }; in setLatLon()
|