Home
last modified time | relevance | path

Searched refs:frameCallbackData (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp190 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimeNanos() local
192 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimeNanos()
194 return frameCallbackData->frameTimeNanos; in AChoreographerFrameCallbackData_getFrameTimeNanos()
198 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimelinesLength() local
200 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimelinesLength()
202 return frameCallbackData->vsyncEventData.frameTimelinesLength; in AChoreographerFrameCallbackData_getFrameTimelinesLength()
206 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex() local
208 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex()
210 return frameCallbackData->vsyncEventData.preferredFrameTimelineIndex; in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex()
214 const ChoreographerFrameCallbackDataImpl* frameCallbackData = in AChoreographerFrameCallbackData_getFrameTimelineVsyncId() local
[all …]
/frameworks/native/libs/gui/
DChoreographer.cpp294 const ChoreographerFrameCallbackDataImpl frameCallbackData = in dispatchCallbacks() local
299 &frameCallbackData), in dispatchCallbacks()