Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getRepeatCount);
429 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getRepeatCount); in init_stub_library()
Dstubs_arm64.cc139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getRepeatCount);
429 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getRepeatCount); in init_stub_library()
/frameworks/native/include/android/
Dinput.h958 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
/frameworks/base/native/android/
Dlibandroid.map.txt89 AKeyEvent_getRepeatCount;
Dinput.cpp72 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event) { in AKeyEvent_getRepeatCount() function