Home
last modified time | relevance | path

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

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