Lines Matching refs:data

25                                       AChoreographer_frameCallback callback, void* data) {  in AChoreographer_postFrameCallback()  argument
26 return AChoreographer_routePostFrameCallback(choreographer, callback, data); in AChoreographer_postFrameCallback()
29 AChoreographer_frameCallback callback, void* data, in AChoreographer_postFrameCallbackDelayed() argument
31 return AChoreographer_routePostFrameCallbackDelayed(choreographer, callback, data, delayMillis); in AChoreographer_postFrameCallbackDelayed()
34 AChoreographer_frameCallback64 callback, void* data) { in AChoreographer_postFrameCallback64() argument
35 return AChoreographer_routePostFrameCallback64(choreographer, callback, data); in AChoreographer_postFrameCallback64()
38 AChoreographer_frameCallback64 callback, void* data, in AChoreographer_postFrameCallbackDelayed64() argument
40 return AChoreographer_routePostFrameCallbackDelayed64(choreographer, callback, data, in AChoreographer_postFrameCallbackDelayed64()
44 AChoreographer_vsyncCallback callback, void* data) { in AChoreographer_postVsyncCallback() argument
45 return AChoreographer_routePostVsyncCallback(choreographer, callback, data); in AChoreographer_postVsyncCallback()
49 void* data) { in AChoreographer_registerRefreshRateCallback() argument
50 return AChoreographer_routeRegisterRefreshRateCallback(choreographer, callback, data); in AChoreographer_registerRefreshRateCallback()
54 void* data) { in AChoreographer_unregisterRefreshRateCallback() argument
55 return AChoreographer_routeUnregisterRefreshRateCallback(choreographer, callback, data); in AChoreographer_unregisterRefreshRateCallback()
58 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getFrameTimeNanos() argument
59 return AChoreographerFrameCallbackData_routeGetFrameTimeNanos(data); in AChoreographerFrameCallbackData_getFrameTimeNanos()
62 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getFrameTimelinesLength() argument
63 return AChoreographerFrameCallbackData_routeGetFrameTimelinesLength(data); in AChoreographerFrameCallbackData_getFrameTimelinesLength()
66 const AChoreographerFrameCallbackData* data) { in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex() argument
67 return AChoreographerFrameCallbackData_routeGetPreferredFrameTimelineIndex(data); in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex()
70 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_getFrameTimelineVsyncId() argument
71 return AChoreographerFrameCallbackData_routeGetFrameTimelineVsyncId(data, index); in AChoreographerFrameCallbackData_getFrameTimelineVsyncId()
74 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos() argument
76 data, index); in AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos()
79 const AChoreographerFrameCallbackData* data, size_t index) { in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos() argument
80 return AChoreographerFrameCallbackData_routeGetFrameTimelineDeadlineNanos(data, index); in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos()