Searched refs:mostRecentResetPoint (Results 1 – 1 of 1) sorted by relevance
746 int64_t mostRecentResetPoint; in getRenderPosition() local748 mostRecentResetPoint = statePositions.framesAtStandby; in getRenderPosition()750 mostRecentResetPoint = in getRenderPosition()753 *dspFrames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getRenderPosition()816 const int64_t mostRecentResetPoint = in getPresentationPosition() local818 *frames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getPresentationPosition()