Home
last modified time | relevance | path

Searched refs:ChoreographerFrameCallbackDataImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp45 static inline const ChoreographerFrameCallbackDataImpl*
48 return reinterpret_cast<const ChoreographerFrameCallbackDataImpl*>(data); in AChoreographerFrameCallbackData_to_ChoreographerFrameCallbackDataImpl()
190 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimeNanos()
198 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimelinesLength()
206 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex()
214 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimelineVsyncId()
223 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos()
232 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos()
/frameworks/native/libs/gui/include/gui/
DChoreographer.h62 struct ChoreographerFrameCallbackDataImpl { struct
133 ChoreographerFrameCallbackDataImpl createFrameCallbackData(nsecs_t timestamp) const;
/frameworks/native/libs/gui/
DChoreographer.cpp294 const ChoreographerFrameCallbackDataImpl frameCallbackData = in dispatchCallbacks()
394 ChoreographerFrameCallbackDataImpl Choreographer::createFrameCallbackData(nsecs_t timestamp) const { in createFrameCallbackData()