HomeSort by relevance Sort by last modified time
    Searched refs:AInputEvent (Results 1 - 15 of 15) sorted by null

  /frameworks/native/include/android/
input.h 140 struct AInputEvent;
147 typedef struct AInputEvent AInputEvent;
    [all...]
  /frameworks/base/native/android/
input.cpp 41 int32_t AInputEvent_getType(const AInputEvent* event) {
45 int32_t AInputEvent_getDeviceId(const AInputEvent* event) {
49 int32_t AInputEvent_getSource(const AInputEvent* event) {
53 int32_t AKeyEvent_getAction(const AInputEvent* key_event) {
57 int32_t AKeyEvent_getFlags(const AInputEvent* key_event) {
61 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event) {
65 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event) {
69 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event) {
72 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event) {
76 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event)
    [all...]
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gestureDetector.h 70 virtual GESTURE_STATE Detect( const AInputEvent* motion_event ) = 0;
91 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
114 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
128 int32_t FindIndex( const AInputEvent* event, int32_t id );
129 const AInputEvent* event_;
139 virtual GESTURE_STATE Detect( const AInputEvent* event );
151 int32_t FindIndex( const AInputEvent* event, int32_t id );
152 const AInputEvent* event_;
161 virtual GESTURE_STATE Detect( const AInputEvent* event );
gestureDetector.cpp 45 GESTURE_STATE TapDetector::Detect( const AInputEvent* motion_event )
88 GESTURE_STATE DoubletapDetector::Detect( const AInputEvent* motion_event )
139 int32_t PinchDetector::FindIndex( const AInputEvent* event, int32_t id )
150 GESTURE_STATE PinchDetector::Detect( const AInputEvent* event )
254 int32_t DragDetector::FindIndex( const AInputEvent* event, int32_t id )
265 GESTURE_STATE DragDetector::Detect( const AInputEvent* event )
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.h 42 int32_t on_input_event(const AInputEvent *event);
45 static inline int32_t on_input_event(android_app *app, AInputEvent *event);
57 int32_t ShellAndroid::on_input_event(android_app *app, AInputEvent *event) {
ShellAndroid.cpp 199 int32_t ShellAndroid::on_input_event(const AInputEvent *event) {
  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.h 123 int32_t (*onInputEvent)(struct android_app* app, AInputEvent* event);
android_native_app_glue.c 189 AInputEvent* event = NULL;
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.hpp 137 virtual void onInputEvent (AInputEvent* event) { DE_UNREF(event); }
tcuAndroidRenderActivity.cpp 262 AInputEvent* event;
  /frameworks/native/include/input/
Input.h 142 struct AInputEvent {
143 virtual ~AInputEvent() { }
293 class InputEvent : public AInputEvent {
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 168 static int32_t engine_handle_input(struct android_app* app, AInputEvent* event) {
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp     [all...]

Completed in 301 milliseconds