Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/src/main/cpp/utils/
DUtilityFunctions.h37 TapResult getTapResult(int64_t tapTimeInMillis, int64_t tapWindowInMillis);
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp78 TapResult result = getTapResult(tapTimeInSongMs, nextClapWindowTimeMs); in tap()
161 TapResult Game::getTapResult(int64_t tapTimeInMillis, int64_t tapWindowInMillis){ in getTapResult() function in Game
DGame.h79 TapResult getTapResult(int64_t tapTimeInMillis, int64_t tapWindowInMillis);
/external/oboe/samples/RhythmGame/
DREADME.md77 …p the UI is updated with a color to give the user visual feedback. This is done in `getTapResult`.