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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
tm1637.cxx 48 time_t rawtime; local
62 time(&rawtime); // Update raw time
63 gmt = gmtime(&rawtime); // Get current time
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 229 time_t rawtime; local
230 time (&rawtime);
237 localtime_s(timeinfo, &rawtime);
239 timeinfo = localtime(&rawtime);
  /frameworks/native/services/sensorservice/
SensorService.cpp 1114 time_t rawtime = time(NULL); local
1146 time_t rawtime = time(NULL); local
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 482 time_t rawtime; local
483 time(&rawtime);
484 struct tm* timeInfo = localtime(&rawtime);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 7522 time_t rawtime; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 3952 time_t rawtime; local
    [all...]

Completed in 211 milliseconds