HomeSort by relevance Sort by last modified time
    Searched full:cur_timestamp (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/libhwcomposer/
hwc_vsync.cpp 65 uint64_t cur_timestamp=0; local
114 cur_timestamp = strtoull(str + strlen("VSYNC="), NULL, 0);
118 cur_timestamp = systemTime();
123 __FUNCTION__, cur_timestamp, "fb0");
124 ctx->proc->vsync(ctx->proc, dpy, cur_timestamp);

Completed in 91 milliseconds