Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc161 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalPressure);
451 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalPressure); in init_stub_library()
Dstubs_arm64.cc161 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalPressure);
451 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalPressure); in init_stub_library()
/frameworks/native/include/android/
Dinput.h1218 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
/frameworks/base/native/android/
Dlibandroid.map.txt110 AMotionEvent_getHistoricalPressure;
Dinput.cpp224 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalPressure() function