Home
last modified time | relevance | path

Searched refs:AChoreographerFrameCallbackData_getFrameTimeNanos (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/native/android/
Dchoreographer.cpp57 int64_t AChoreographerFrameCallbackData_getFrameTimeNanos( in AChoreographerFrameCallbackData_getFrameTimeNanos() function
Dsurface_control_input_receiver.cpp124 int64_t frameTimeNanos = AChoreographerFrameCallbackData_getFrameTimeNanos(callbackData); in onVsyncCallback()
Dlibandroid.map.txt33 AChoreographerFrameCallbackData_getFrameTimeNanos; # introduced=33
/frameworks/native/include/android/
Dchoreographer.h298 int64_t AChoreographerFrameCallbackData_getFrameTimeNanos(
/frameworks/native/libs/gui/tests/
DChoreographer_test.cpp38 AChoreographerFrameCallbackData_getFrameTimeNanos(callbackData)}; in onVsyncCallback()
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp104 return AChoreographerFrameCallbackData_getFrameTimeNanos(data); in AChoreographerFrameCallbackData_routeGetFrameTimeNanos()
188 int64_t AChoreographerFrameCallbackData_getFrameTimeNanos( in AChoreographerFrameCallbackData_getFrameTimeNanos() function
Dlibnativedisplay.map.txt11 AChoreographerFrameCallbackData_getFrameTimeNanos; # systemapi # introduced=33
/frameworks/base/tests/ChoreographerTests/jni/
Dandroid_view_tests_ChoreographerNativeTest.cpp79 long frameTimeNanos = AChoreographerFrameCallbackData_getFrameTimeNanos(callbackData); in vsyncCallback()
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimeNanos);
409 …INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimeNano… in init_stub_library()
Dstubs_arm.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimeNanos);
409 …INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimeNano… in init_stub_library()
Dstubs_arm64.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimeNanos);
409 …INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimeNano… in init_stub_library()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp126 int64_t frameTimeNanos = AChoreographerFrameCallbackData_getFrameTimeNanos(cbData); in extendedFrameCallback()