Lines Matching refs:nextEventTime
73 nsecs_t nextEventTime = -1;
99 nextEventTime = result->when;
103 if (timeout >= 0 && nextEventTime > 0) {
104 if (nextEventTime > timeoutTime) {
105 nextEventTime = timeoutTime;
109 if (nextEventTime >= 0) {
110 //LOGD("nextEventTime = %lld ms", nextEventTime);
111 if (nextEventTime > 0) {
114 const nsecs_t reltime = nextEventTime - systemTime();