Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp77 int64_t tapTimeInSongMs = mSongPositionMs + (eventTimeAsUptime - mLastUpdateTime); in tap() local
78 TapResult result = getTapResult(tapTimeInSongMs, nextClapWindowTimeMs); in tap()