Searched refs:sec (Results 1 – 6 of 6) sorted by relevance
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | CSemaphore.cpp | 67 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()
|
D | CSemaphore.h | 54 bool wait(int sec);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_common.h | 48 #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/ |
D | Exynos_OSAL_ETC.c | 163 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/ |
D | OMXExif.cpp | 803 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/ |
D | OMXCameraAdapter.h | 450 status_t convertGPSCoord(double coord, int °, int &min, int &sec, int &secDivisor);
|