Home
last modified time | relevance | path

Searched refs:AChoreographerFrameCallbackData (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/include/android/
Dchoreographer.h97 struct AChoreographerFrameCallbackData;
102 typedef struct AChoreographerFrameCallbackData AChoreographerFrameCallbackData; typedef
131 const AChoreographerFrameCallbackData* callbackData, void* data);
299 const AChoreographerFrameCallbackData* data) __INTRODUCED_IN(33);
307 const AChoreographerFrameCallbackData* data) __INTRODUCED_IN(33);
317 const AChoreographerFrameCallbackData* data) __INTRODUCED_IN(33);
329 const AChoreographerFrameCallbackData* data, size_t index) __INTRODUCED_IN(33);
341 const AChoreographerFrameCallbackData* data, size_t index) __INTRODUCED_IN(33);
353 const AChoreographerFrameCallbackData* data, size_t index) __INTRODUCED_IN(33);
/frameworks/native/libs/nativedisplay/include-private/private/android/
Dchoreographer.h62 const AChoreographerFrameCallbackData* data);
64 const AChoreographerFrameCallbackData* data);
66 const AChoreographerFrameCallbackData* data);
68 const AChoreographerFrameCallbackData* data, size_t index);
70 const AChoreographerFrameCallbackData* data, size_t index);
72 const AChoreographerFrameCallbackData* data, size_t index);
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp47 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_to_ChoreographerFrameCallbackDataImpl()
103 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_routeGetFrameTimeNanos()
107 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_routeGetFrameTimelinesLength()
111 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_routeGetPreferredFrameTimelineIndex()
115 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_routeGetFrameTimelineVsyncId()
119 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_routeGetFrameTimelineExpectedPresentationTimeNanos()
124 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_routeGetFrameTimelineDeadlineNanos()
189 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getFrameTimeNanos()
197 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getFrameTimelinesLength()
205 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex()
[all …]
/frameworks/base/native/android/
Dchoreographer.cpp58 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getFrameTimeNanos()
62 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getFrameTimelinesLength()
66 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex()
70 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_getFrameTimelineVsyncId()
74 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos()
79 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos()
Dsurface_control_input_receiver.cpp118 static void vsyncCallback(const AChoreographerFrameCallbackData* callbackData, void* data) { in vsyncCallback()
123 void onVsyncCallback(const AChoreographerFrameCallbackData* callbackData) { in onVsyncCallback()
/frameworks/native/libs/gui/tests/
DChoreographer_test.cpp36 void onVsyncCallback(const AChoreographerFrameCallbackData* callbackData) { in onVsyncCallback()
46 static void vsyncCallback(const AChoreographerFrameCallbackData* callbackData, void* data) { in vsyncCallback()
/frameworks/base/tests/ChoreographerTests/jni/
Dandroid_view_tests_ChoreographerNativeTest.cpp77 static void vsyncCallback(const AChoreographerFrameCallbackData* callbackData, void* data) { in vsyncCallback()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.h215 static void extendedFrameCallback(const AChoreographerFrameCallbackData* cbData, void* data);
DRenderThread.cpp117 void RenderThread::extendedFrameCallback(const AChoreographerFrameCallbackData* cbData, in extendedFrameCallback()
/frameworks/native/libs/gui/
DChoreographer.cpp298 cb.vsyncCallback(reinterpret_cast<const AChoreographerFrameCallbackData*>( in dispatchCallbacks()