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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXExif.cpp239 struct timeval sTv; local
346 int status = gettimeofday (&sTv, NULL);
347 pTime = localtime (&sTv.tv_sec);
517 struct timeval sTv; local
547 int status = gettimeofday (&sTv, NULL);
548 pTime = localtime (&sTv.tv_sec);

Completed in 9126 milliseconds