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

  /system/core/include/utils/
Timers.h 68 static inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} function
75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); }
  /frameworks/native/libs/gui/
SensorEventQueue.cpp 131 return mSensorEventConnection->enableDisable(handle, true, us2ns(samplingPeriodUs),
132 us2ns(maxBatchReportLatencyUs), reservedFlags);
  /frameworks/base/native/android/
sensor.cpp 102 static_cast<Sensor const*>(sensor), us2ns(usec));
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 348 float t = 4.0f * float(time / us2ns(16667)) / mAndroid[1].w;

Completed in 722 milliseconds