Home
last modified time | relevance | path

Searched refs:AVsyncId (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/nativedisplay/include-private/private/android/
Dchoreographer.h67 AVsyncId AChoreographerFrameCallbackData_routeGetFrameTimelineVsyncId(
77 int64_t AChoreographer_getStartTimeNanosForVsyncId(AVsyncId vsyncId);
/frameworks/native/include/android/
Dchoreographer.h95 typedef int64_t AVsyncId; typedef
328 AVsyncId AChoreographerFrameCallbackData_getFrameTimelineVsyncId(
Dsurface_control.h757 AVsyncId vsyncId) __INTRODUCED_IN(33);
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp114 AVsyncId AChoreographerFrameCallbackData_routeGetFrameTimelineVsyncId( in AChoreographerFrameCallbackData_routeGetFrameTimelineVsyncId()
132 int64_t AChoreographer_getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in AChoreographer_getStartTimeNanosForVsyncId()
212 AVsyncId AChoreographerFrameCallbackData_getFrameTimelineVsyncId( in AChoreographerFrameCallbackData_getFrameTimelineVsyncId()
/frameworks/native/libs/gui/include/gui/
DChoreographer.h75 std::map<AVsyncId, int64_t> startTimes GUARDED_BY(lock);
108 static int64_t getStartTimeNanosForVsyncId(AVsyncId vsyncId) EXCLUDES(gChoreographers.lock);
/frameworks/base/native/android/
Dchoreographer.cpp69 AVsyncId AChoreographerFrameCallbackData_getFrameTimelineVsyncId( in AChoreographerFrameCallbackData_getFrameTimelineVsyncId()
Dsurface_control.cpp759 AVsyncId vsyncId) { in ASurfaceTransaction_setFrameTimeline()
/frameworks/native/libs/gui/
DChoreographer.cpp418 int64_t Choreographer::getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in getStartTimeNanosForVsyncId()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp122 AVsyncId vsyncId = AChoreographerFrameCallbackData_getFrameTimelineVsyncId( in extendedFrameCallback()