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

  /device/google/wahoo/wifi_offload/
chre_constants.cpp 17 const uint32_t kNanosecondsPerMillisecond = 1e6;
chre_constants.h 20 extern const uint32_t kNanosecondsPerMillisecond;
  /system/connectivity/wificond/tests/
shell_utils.cpp 47 const int kNanosecondsPerMillisecond = 1000 * 1000;
54 (ts.tv_nsec / kNanosecondsPerMillisecond);
  /system/core/init/
init.cpp 633 static constexpr uint32_t kNanosecondsPerMillisecond = 1e6;
634 uint64_t start_ms = start_time.time_since_epoch().count() / kNanosecondsPerMillisecond;
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 560 milliseconds