HomeSort by relevance Sort by last modified time
    Searched defs:choreographer (Results 1 - 10 of 10) sorted by null

  /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/core/java/android/view/
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...]
  /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 

Completed in 681 milliseconds