Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/nativedisplay/include-private/private/android/
H A Dchoreographer.h36 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer);
/aosp12/frameworks/native/libs/nativedisplay/
H A Dlibnativedisplay.map.txt32 android::AChoreographer_getVsyncId*;
H A DAChoreographer.cpp499 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer) { in AChoreographer_getVsyncId() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp117 int64_t vsyncId = AChoreographer_getVsyncId(rt->mChoreographer); in frameCallback()