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

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

Completed in 298 milliseconds