Searched defs:sec (Results 1 - 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCSemaphore.cpp67 bool CSemaphore::wait(int sec) argument
71 if (sec < 0)
72 sec = LONG_MAX;
74 tm.tv_sec += sec;
/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

Completed in 702 milliseconds