Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc171 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistorySize);
461 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistorySize); in init_stub_library()
Dstubs_arm64.cc171 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistorySize);
461 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistorySize); in init_stub_library()
/frameworks/native/include/android/
Dinput.h1160 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event);
/frameworks/base/native/android/
Dlibandroid.map.txt120 AMotionEvent_getHistorySize;
Dinput.cpp190 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event) { in AMotionEvent_getHistorySize() function