Home
last modified time | relevance | path

Searched refs:ASurfaceControlStats_getAcquireTime (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/include/private/
H A Dsurface_control_private.h62 int64_t ASurfaceControlStats_getAcquireTime(ASurfaceControlStats* stats);
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc265 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControlStats_getAcquireTime);
584 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControlStats_getAcquireTime); in init_stub_library()
H A Dstubs_arm64.cc265 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControlStats_getAcquireTime);
584 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControlStats_getAcquireTime); in init_stub_library()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt325 ASurfaceControlStats_getAcquireTime*;
H A Dsurface_control.cpp177 int64_t ASurfaceControlStats_getAcquireTime(ASurfaceControlStats* stats) { in ASurfaceControlStats_getAcquireTime() function