Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork_extra.cpp66 class SwappyTuningFork { class
73 SwappyTuningFork(const CProtobufSerialization& settings_ser, JNIEnv* env, jobject activity, in SwappyTuningFork() function in __anonfeec8bad0111::SwappyTuningFork
92 SwappyTuningFork* _this = (SwappyTuningFork*)userPtr; in swappyStartFrameCallback()
97 SwappyTuningFork* _this = (SwappyTuningFork*)userPtr; in swappyPreWaitCallback()
101 SwappyTuningFork *_this = (SwappyTuningFork *) userPtr; in swappyPostWaitCallback()
109 SwappyTuningFork* _this = (SwappyTuningFork*)userPtr; in swappyPreSwapBuffersCallback()
113 SwappyTuningFork *_this = (SwappyTuningFork *) userPtr; in swappyPostSwapBuffersCallback()
120 static std::unique_ptr<SwappyTuningFork> s_instance_;
124 s_instance_ = std::unique_ptr<SwappyTuningFork>( in Init()
125 new SwappyTuningFork(*settings, env, activity, frame_callback, libName)); in Init()
[all …]