Lines Matching refs:callback

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()
48 AChoreographer_refreshRateCallback callback, in AChoreographer_registerRefreshRateCallback() argument
50 return AChoreographer_routeRegisterRefreshRateCallback(choreographer, callback, data); in AChoreographer_registerRefreshRateCallback()
53 AChoreographer_refreshRateCallback callback, in AChoreographer_unregisterRefreshRateCallback() argument
55 return AChoreographer_routeUnregisterRefreshRateCallback(choreographer, callback, data); in AChoreographer_unregisterRefreshRateCallback()