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

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 71 struct timeval ptimeval; local
72 gettimeofday(&ptimeval, NULL);
73 return (uint32_t)((ptimeval.tv_sec * 1000) + (ptimeval.tv_usec / 1000));
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 71 struct timeval ptimeval; local
72 gettimeofday(&ptimeval, NULL);
73 return (uint32_t)((ptimeval.tv_sec * 1000) + (ptimeval.tv_usec / 1000));

Completed in 116 milliseconds