Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h1057 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc167 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getButtonState);
501 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getButtonState); in init_stub_library()
Dstubs_arm64.cc167 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getButtonState);
501 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getButtonState); in init_stub_library()
/frameworks/base/native/android/
Dinput.cpp111 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event) { in AMotionEvent_getButtonState() function
Dlibandroid.map.txt119AMotionEvent_getButtonState; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced…