Searched defs:_get_timestamp (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/camera/
H A Dcamera-common.h182 _get_timestamp(void) function
195 const uint64_t wake_at = _get_timestamp() + (uint64_t)millisec * 1000;
197 const uint64_t stamp = _get_timestamp();

Completed in 34 milliseconds