MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / get_timespec_ms

Function get_timespec_ms

deps/SDL2/src/hidapi/android/hid.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341static jmethodID g_midHIDDeviceManagerClose;
342
343static uint64_t get_timespec_ms( const struct timespec &ts )
344{
345 return (uint64_t)ts.tv_sec * 1000 + ts.tv_nsec / 1000000;
346}
347
348class CHIDDevice
349{

Callers 2

BOpenMethod · 0.85
GetFeatureReportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected