Searched refs:mLoadingResult (Results 1 – 2 of 2) sorted by relevance
/external/oboe/samples/RhythmGame/src/main/cpp/ | ||
D | Game.h | 76 std::future<void> mLoadingResult; variable |
D | Game.cpp | 54 mLoadingResult = std::async(&Game::load, this); in start() |