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

  /system/core/include/utils/
Timers.h 36 static inline nsecs_t seconds_to_nanoseconds(nsecs_t secs) function
66 static inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);}
  /system/core/libutils/
SystemClock.cpp 130 timestamp = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
151 timestamp = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 300 int64_t endWhenNsec = startWhenNsec + seconds_to_nanoseconds(gTimeLimitSec);
  /frameworks/base/core/jni/
android_util_Process.cpp 897 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp     [all...]
QualcommCameraHardware.cpp     [all...]

Completed in 265 milliseconds