Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:LL

625         effect.replay.length = (duration + 999999LL) / 1000000LL;
873 event->when = nsecs_t(iev.time.tv_sec) * 1000000000LL
874 + nsecs_t(iev.time.tv_usec) * 1000LL;
892 if (event->when >= now + 10 * 1000000000LL) {