Searched refs:onChoreographer (Results 1 – 8 of 8) sorted by relevance
57 NDKChoreographerThread(Callback onChoreographer);75 NDKChoreographerThread::NDKChoreographerThread(Callback onChoreographer) : in NDKChoreographerThread() argument76 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::JavaChoreographerThread211 Callback onChoreographer) : in JavaChoreographerThread() argument212 ChoreographerThread(onChoreographer), in JavaChoreographerThread()263 void JavaChoreographerThread::onChoreographer(jlong cookie) { in onChoreographer() function in swappy::JavaChoreographerThread[all …]
40 Type type, JavaVM *vm, Callback onChoreographer);47 ChoreographerThread(Callback onChoreographer);49 virtual void onChoreographer();
36 void onChoreographer();
38 Swappy::onChoreographer(frameTimeNanos); in Swappy_onChoreographer()
121 void ChoreographerFilter::onChoreographer() { in onChoreographer() function in swappy::ChoreographerFilter
124 void Swappy::onChoreographer(int64_t frameTimeNanos) { in onChoreographer() function in swappy::Swappy435 mChoreographerFilter->onChoreographer(); in handleChoreographer()
64 static void onChoreographer(int64_t frameTimeNanos);
34 public static native void onChoreographer(long t); in onChoreographer() method in TFTestActivity67 onChoreographer(t); in doFrame()