Searched refs:aidlFrames (Results 1 – 1 of 1) sorted by relevance
740 int64_t aidlFrames = 0, aidlTimestamp = 0; in getRenderPosition() local743 getObservablePosition(&aidlFrames, &aidlTimestamp, &statePositions)); in getRenderPosition()753 *dspFrames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getRenderPosition()809 int64_t aidlFrames = 0, aidlTimestamp = 0; in getPresentationPosition() local811 RETURN_STATUS_IF_ERROR(getObservablePosition(&aidlFrames, &aidlTimestamp, &statePositions)); in getPresentationPosition()814 *frames = aidlFrames; in getPresentationPosition()818 *frames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getPresentationPosition()