Home
last modified time | relevance | path

Searched refs:mostRecentResetPoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.cpp746 int64_t mostRecentResetPoint; in getRenderPosition() local
748 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() local
818 *frames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getPresentationPosition()