Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp57 NDKChoreographerThread(Callback onChoreographer);
75 NDKChoreographerThread::NDKChoreographerThread(Callback onChoreographer) : in NDKChoreographerThread() argument
76 ChoreographerThread(onChoreographer) in NDKChoreographerThread()
186 reinterpret_cast<NDKChoreographerThread*>(data)->onChoreographer(); in scheduleNextFrameCallback()
194 JavaChoreographerThread(JavaVM *vm, Callback onChoreographer);
196 static void onChoreographer(jlong cookie);
197 void onChoreographer() override { ChoreographerThread::onChoreographer(); }; in onChoreographer() function in swappy::JavaChoreographerThread
211 Callback onChoreographer) : in JavaChoreographerThread() argument
212 ChoreographerThread(onChoreographer), in JavaChoreographerThread()
263 void JavaChoreographerThread::onChoreographer(jlong cookie) { in onChoreographer() function in swappy::JavaChoreographerThread
[all …]
DChoreographerThread.h40 Type type, JavaVM *vm, Callback onChoreographer);
47 ChoreographerThread(Callback onChoreographer);
49 virtual void onChoreographer();
DChoreographerFilter.h36 void onChoreographer();
DSwappy_c.cpp38 Swappy::onChoreographer(frameTimeNanos); in Swappy_onChoreographer()
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
435 mChoreographerFilter->onChoreographer(); in handleChoreographer()
DSwappy.h64 static void onChoreographer(int64_t frameTimeNanos);
/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
67 onChoreographer(t); in doFrame()