Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dchoreographer.cpp78 int64_t AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos( in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos() function
Dlibandroid.map.txt38 AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos; # introduced=33
/frameworks/native/include/android/
Dchoreographer.h352 int64_t AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos(
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp125 return AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos(data, index); in AChoreographerFrameCallbackData_routeGetFrameTimelineDeadlineNanos()
230 int64_t AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos( in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos() function
Dlibnativedisplay.map.txt16 AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos; # systemapi # introduced=33
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos);
410 …_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelineDead… in init_stub_library()
Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos);
410 …_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelineDead… in init_stub_library()
Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos);
410 …_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelineDead… in init_stub_library()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp124 int64_t frameDeadline = AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos( in extendedFrameCallback()