/frameworks/native/include/android/ |
choreographer.h | 18 * @addtogroup Choreographer 23 * @file choreographer.h 56 void AChoreographer_postFrameCallback(AChoreographer* choreographer, 63 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer,
|
/cts/tests/tests/view/jni/ |
android_view_cts_ChoreographerNativeTest.cpp | 18 #include <android/choreographer.h> 84 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); local 85 return choreographer != nullptr; 90 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); local 95 AChoreographer_postFrameCallback(choreographer, frameCallback, cb1); 96 AChoreographer_postFrameCallback(choreographer, frameCallback, cb2); 100 ASSERT(cb1->count == 1, "Choreographer failed to invoke callback 1"); 103 ASSERT(cb2->count == 1, "Choreographer failed to invoke callback 2"); 111 AChoreographer_postFrameCallback(choreographer, frameCallback, cb1); 116 ASSERT(cb1->count == 2, "Choreographer failed to invoke callback 1 a second time") 125 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); local [all...] |
/frameworks/base/native/android/ |
choreographer.cpp | 17 #define LOG_TAG "Choreographer" 24 #include <android/choreographer.h> 50 class Choreographer : public DisplayEventDispatcher, public MessageHandler { 61 static Choreographer* getForThread(); 64 virtual ~Choreographer() = default; 67 Choreographer(const sp<Looper>& looper); 68 Choreographer(const Choreographer&) = delete; 85 static thread_local Choreographer* gChoreographer; 86 Choreographer* Choreographer::getForThread() [all...] |
Android.mk | 10 choreographer.cpp \
|
/frameworks/base/core/java/android/view/ |
BatchedInputEventReceiver.java | 26 Choreographer mChoreographer; 30 InputChannel inputChannel, Looper looper, Choreographer choreographer) { 32 mChoreographer = choreographer; 63 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, mBatchedInputRunnable, null); 71 Choreographer.CALLBACK_INPUT, mBatchedInputRunnable, null);
|
ThreadedRenderer.java | 341 private Choreographer mChoreographer; 767 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer; local 768 choreographer.mFrameInfo.markDrawStart(); 788 final long[] frameInfo = choreographer.mFrameInfo.mFrameInfo; [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
TaskPositioner.java | 46 import android.view.Choreographer; 121 InputChannel inputChannel, Looper looper, Choreographer choreographer) { 122 super(inputChannel, looper, choreographer);
|
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/ |
exoplayer_dev-hls_20150123.jar | |
/external/robolectric/v3/runtime/ |
shadows-core-3.1-SNAPSHOT-16.jar | |
shadows-core-3.1-SNAPSHOT-17.jar | |
shadows-core-3.1-SNAPSHOT-18.jar | |
shadows-core-3.1-SNAPSHOT-19.jar | |
shadows-core-3.1-SNAPSHOT-21.jar | |
shadows-core-3.1-SNAPSHOT-22.jar | |
/packages/apps/TV/usbtuner/libs/ |
exoplayer_1.5.6.jar | |