Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DCSemaphore.cpp67 bool CSemaphore::wait(int sec) in wait() argument
71 if (sec < 0) in wait()
72 sec = LONG_MAX; in wait()
74 tm.tv_sec += sec; in wait()
DCSemaphore.h54 bool wait(int sec);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_common.h48 #define TIME_SET(time, sec, microsec) time = sec argument
80 #define TIME_SET(time, sec, microsec) \ argument
81 ((time).tv_sec = (sec)), ((time).tv_usec = (microsec))
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_ETC.c163 unsigned long sec, usec, time; in MeasureTime() local
165 sec = stop->tv_sec - start->tv_sec; in MeasureTime()
170 sec--; in MeasureTime()
173 time = sec * 1000000 + (usec); in MeasureTime()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp803 int &sec, in convertGPSCoord() argument
821 sec = (int) floor(tmp); in convertGPSCoord()
824 if( sec >= ( GPS_SEC_DIV * GPS_SEC_ACCURACY ) ) { in convertGPSCoord()
825 sec = 0; in convertGPSCoord()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h450 status_t convertGPSCoord(double coord, int &deg, int &min, int &sec, int &secDivisor);