Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:nsecs_t

179         config.refresh = nsecs_t(1e9 / mFbDev->fps);
372 config.refresh = nsecs_t(values[i]);
448 nsecs_t HWComposer::getRefreshTimestamp(int disp) const {
453 nsecs_t now = systemTime(CLOCK_MONOTONIC);
495 nsecs_t HWComposer::getRefreshPeriod(int disp) const {
1241 const nsecs_t period = mRefreshPeriod;
1242 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
1243 nsecs_t next_vsync = mNextFakeVSync;
1244 nsecs_t sleep = next_vsync - now;