Searched refs:aidlTimestamp (Results 1 – 1 of 1) sorted by relevance
541 int64_t aidlPosition = 0, aidlTimestamp = 0; in getMmapPosition() local542 RETURN_STATUS_IF_ERROR(getHardwarePosition(&aidlPosition, &aidlTimestamp)); in getMmapPosition()543 position->time_nanoseconds = aidlTimestamp; in getMmapPosition()740 int64_t aidlFrames = 0, aidlTimestamp = 0; in getRenderPosition() local743 getObservablePosition(&aidlFrames, &aidlTimestamp, &statePositions)); in getRenderPosition()809 int64_t aidlFrames = 0, aidlTimestamp = 0; in getPresentationPosition() local811 RETURN_STATUS_IF_ERROR(getObservablePosition(&aidlFrames, &aidlTimestamp, &statePositions)); in getPresentationPosition()820 timestamp->tv_sec = aidlTimestamp / NANOS_PER_SECOND; in getPresentationPosition()821 timestamp->tv_nsec = aidlTimestamp - timestamp->tv_sec * NANOS_PER_SECOND; in getPresentationPosition()