Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 12 of 12) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DCSemaphore.cpp70 struct timespec tm; in wait() local
73 clock_gettime(CLOCK_REALTIME, &tm); in wait()
74 tm.tv_sec += sec; in wait()
79 rc = pthread_cond_timedwait(&m_cond, &m_mutex, &tm); in wait()
/hardware/ti/omap4xxx/
DAndroid.mk23 LOCAL_SRC_FILES:= tm.c
24 LOCAL_MODULE:= tm
/hardware/qcom/gps/utils/
Dloc_log.cpp121 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp126 struct tm *timeinfo = gmtime( ( time_t * ) & (gpsTimestamp) ); in setParametersEXIF()
147 struct tm *timeinfo = gmtime( ( time_t * ) & (gpsDatestamp) ); in setParametersEXIF()
240 struct tm *pTime; in setupEXIF()
518 struct tm *pTime; in setupEXIF_libjpeg()
/hardware/ti/wpan/ti_st/uim-sysfs/
Duim.c147 struct timespec tm = {0, 50*1000*1000}; in read_hci_event() local
160 nanosleep(&tm, NULL); in read_hci_event()
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
Duim.c205 struct timespec tm = {0, 50*1000*1000}; in read_hci_event() local
219 nanosleep(&tm, NULL); in read_hci_event()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c278 struct tm* pTimeInfo;
294 struct tm* pTimeInfo;
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3741 struct tm *timeinfo; in m_setExifChangedAttribute()
3910 struct tm tm_data; in m_setExifChangedAttribute()
/hardware/qcom/camera/
DQCameraHWI_Parm.cpp4056 struct tm *UTCTimestamp; in initExifData()
4126 struct tm * timeinfo; in setExifTags()
DQualcommCameraHardware.cpp2517 struct tm *UTCTimestamp; in setGpsParameters()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp5743 struct tm *timeinfo; in m_setExifChangedAttribute()
5879 struct tm tm_data; in m_setExifChangedAttribute()
/hardware/qcom/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3885 struct tm *UTCTimestamp; in initExifData()