Home
last modified time | relevance | path

Searched refs:AChoreographer_routePostFrameCallbackDelayed (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/nativedisplay/include-private/private/android/
Dchoreographer.h45 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer,
/frameworks/base/native/android/
Dchoreographer.cpp31 return AChoreographer_routePostFrameCallbackDelayed(choreographer, callback, data, delayMillis); in AChoreographer_postFrameCallbackDelayed()
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt33 android::AChoreographer_routePostFrameCallbackDelayed*;
DAChoreographer.cpp71 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed() function