Home
last modified time | relevance | path

Searched defs:onChoreographer (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp75 NDKChoreographerThread::NDKChoreographerThread(Callback onChoreographer) : in NDKChoreographerThread()
197 void onChoreographer() override { ChoreographerThread::onChoreographer(); }; in onChoreographer() function in swappy::JavaChoreographerThread
211 Callback onChoreographer) : in JavaChoreographerThread()
263 void JavaChoreographerThread::onChoreographer(jlong cookie) { in onChoreographer() function in swappy::JavaChoreographerThread
287 NoChoreographerThread::NoChoreographerThread(Callback onChoreographer) : in NoChoreographerThread()
297 ChoreographerThread::ChoreographerThread(Callback onChoreographer): in ChoreographerThread()
316 void ChoreographerThread::onChoreographer() in onChoreographer() function in swappy::ChoreographerThread
377 Type type, JavaVM *vm, Callback onChoreographer) { in createChoreographerThread()
DChoreographerFilter.cpp121 void ChoreographerFilter::onChoreographer() { in onChoreographer() function in swappy::ChoreographerFilter
DSwappy.cpp124 void Swappy::onChoreographer(int64_t frameTimeNanos) { in onChoreographer() function in swappy::Swappy
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/java/com/google/tuningfork/
DTFTestActivity.java34 public static native void onChoreographer(long t); in onChoreographer() method in TFTestActivity