HomeSort by relevance Sort by last modified time
    Searched refs:sTv (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 237 struct timeval sTv;
344 int status = gettimeofday (&sTv, NULL);
345 pTime = localtime (&sTv.tv_sec);
515 struct timeval sTv;
545 int status = gettimeofday (&sTv, NULL);
546 pTime = localtime (&sTv.tv_sec);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 239 struct timeval sTv;
346 int status = gettimeofday (&sTv, NULL);
347 pTime = localtime (&sTv.tv_sec);
517 struct timeval sTv;
547 int status = gettimeofday (&sTv, NULL);
548 pTime = localtime (&sTv.tv_sec);

Completed in 133 milliseconds