Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h1523 int32_t AInputQueue_hasEvents(AInputQueue* queue);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_hasEvents);
489 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_hasEvents); in init_stub_library()
Dstubs_arm64.cc145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_hasEvents);
489 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_hasEvents); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt98 AInputQueue_hasEvents;
Dinput.cpp329 int32_t AInputQueue_hasEvents(AInputQueue* queue) { in AInputQueue_hasEvents() function