Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 32) sorted by relevance

12

/development/ndk/platforms/android-9/include/android/
Dnative_window.h40 int32_t width;
43 int32_t height;
47 int32_t stride;
50 int32_t format;
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int3…
104 int32_t ANativeWindow_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer,
111 int32_t ANativeWindow_unlockAndPost(ANativeWindow* window);
Dconfiguration.h125 int32_t AConfiguration_getMcc(AConfiguration* config);
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
135 int32_t AConfiguration_getMnc(AConfiguration* config);
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
171 int32_t AConfiguration_getOrientation(AConfiguration* config);
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
181 int32_t AConfiguration_getTouchscreen(AConfiguration* config);
186 void AConfiguration_setTouchscreen(AConfiguration* config, int32_t touchscreen);
191 int32_t AConfiguration_getDensity(AConfiguration* config);
196 void AConfiguration_setDensity(AConfiguration* config, int32_t density);
[all …]
Drect.h29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
Dinput.h354 int32_t AInputEvent_getType(const AInputEvent* event);
366 int32_t AInputEvent_getDeviceId(const AInputEvent* event);
369 int32_t AInputEvent_getSource(const AInputEvent* event);
374 int32_t AKeyEvent_getAction(const AInputEvent* key_event);
377 int32_t AKeyEvent_getFlags(const AInputEvent* key_event);
381 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event);
385 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event);
388 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event);
394 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
410 int32_t AMotionEvent_getAction(const AInputEvent* motion_event);
[all …]
Dsensor.h111 int32_t version; /* sizeof(struct ASensorEvent) */
112 int32_t sensor;
113 int32_t type;
114 int32_t reserved0;
126 int32_t reserved1[4];
196 int ASensorEventQueue_setEventRate(ASensorEventQueue* queue, ASensor const* sensor, int32_t usec);
Dobb.h52 int32_t AObbInfo_getVersion(AObbInfo* obbInfo);
57 int32_t AObbInfo_getFlags(AObbInfo* obbInfo);
Dnative_activity.h87 int32_t sdkVersion;
253 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format);
Dbitmap.h46 int32_t format;
Dstorage_manager.h98 typedef void (*AStorageManager_obbCallbackFunc)(const char* filename, const int32_t state, void* da…
/development/ndk/platforms/common/src/
Dcrtbrand.c33 typedef int int32_t[sizeof(int) == 4]; typedef
59 int32_t namesz;
60 int32_t descsz;
61 int32_t type;
63 int32_t android_api;
66 sizeof(int32_t),
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h93 int32_t id;
117 void (*onAppCmd)(struct android_app* app, int32_t cmd);
123 int32_t (*onInputEvent)(struct android_app* app, AInputEvent* event);
/development/ndk/platforms/android-4/include/KHR/
Dkhrplatform.h134 typedef int32_t khronos_int32_t;
147 typedef int32_t khronos_int32_t;
199 typedef int32_t khronos_int32_t;
/development/ndk/platforms/android-3/include/
Dthread_db.h61 typedef int32_t td_err_e;
103 int32_t ti_lid; // the kernel's id for the thread
135 … td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
Dstdint.h46 typedef __int32_t int32_t; typedef
89 typedef int32_t int_fast16_t;
121 typedef int32_t int_least32_t;
122 typedef int32_t int_fast32_t;
Dutmp.h73 int32_t ut_addr_v6[4];
Dpthread.h73 int32_t sched_policy;
74 int32_t sched_priority;
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c37 int32_t x;
38 int32_t y;
55 int32_t width;
56 int32_t height;
168 static int32_t engine_handle_input(struct android_app* app, AInputEvent* event) { in engine_handle_input()
182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()
/development/ndk/platforms/android-9/include/
Dthread_db.h63 typedef int32_t td_err_e;
106 int32_t ti_lid; // the kernel's id for the thread
152 … td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
/development/ndk/platforms/android-8/include/android/
Dbitmap.h47 int32_t format;
/development/ndk/platforms/android-3/include/linux/
Dcoda.h73 typedef int int32_t; typedef
162 int32_t f_blocks;
163 int32_t f_bfree;
164 int32_t f_bavail;
165 int32_t f_files;
166 int32_t f_ffree;
Ddm-ioctl.h30 int32_t open_count;
45 int32_t status;
Defs_fs_i.h15 typedef int32_t efs_block_t;
/development/ndk/platforms/android-3/include/netinet/
Dip.h248 int32_t saddr;
249 int32_t daddr;
/development/ndk/platforms/android-5/include/
Dpthread.h73 int32_t sched_policy;
74 int32_t sched_priority;
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c57 typedef int32_t Fixed;
80 typedef int32_t Angle;
413 static int32_t engine_handle_input(struct android_app* app, AInputEvent* event) { in engine_handle_input()
428 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()

12