Home
last modified time | relevance | path

Searched defs:AInputEvent (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/include/input/
H A DInput.h208 struct AInputEvent { struct
209 virtual ~AInputEvent() {} in ~AInputEvent() argument
/aosp_15_r20/frameworks/native/include/android/
H A Dinput.h155 typedef struct AInputEvent AInputEvent; typedef
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/
Dinput.h155 typedef struct AInputEvent AInputEvent; typedef
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DNativeInput.java67 static class AInputEvent {} class in NativeInput