Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include-private/private/android/
Dchoreographer.h77 int64_t AChoreographer_getStartTimeNanosForVsyncId(AVsyncId vsyncId);
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt45 android::AChoreographer_getStartTimeNanosForVsyncId*;
DAChoreographer.cpp132 int64_t AChoreographer_getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in AChoreographer_getStartTimeNanosForVsyncId() function
/frameworks/base/native/android/
Dsurface_control.cpp761 const auto startTime = AChoreographer_getStartTimeNanosForVsyncId(vsyncId); in ASurfaceTransaction_setFrameTimeline()