Home
last modified time | relevance | path

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

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