Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 7 of 7) sorted by relevance

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h318 int8_t android_app_read_cmd(struct android_app* android_app);
325 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd);
332 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd);
Dandroid_native_app_glue.c48 int8_t android_app_read_cmd(struct android_app* android_app) { in android_app_read_cmd()
49 int8_t cmd; in android_app_read_cmd()
88 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_pre_exec_cmd()
145 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_post_exec_cmd()
201 int8_t cmd = android_app_read_cmd(app); in process_cmd()
280 static void android_app_write_cmd(struct android_app* android_app, int8_t cmd) { in android_app_write_cmd()
311 static void android_app_set_activity_state(struct android_app* android_app, int8_t cmd) { in android_app_set_activity_state()
/development/ndk/platforms/android-3/include/
Dstdint.h42 typedef __int8_t int8_t; typedef
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
Djni.h35 typedef int8_t jbyte; /* signed 8 bits */
/development/ndk/platforms/android-9/include/android/
Dsensor.h105 int8_t status;
/development/ndk/platforms/android-3/include/netinet/
Dip_icmp.h112 int8_t id_data[1];
/development/ndk/platforms/android-3/include/linux/
Dcoda.h69 typedef signed char int8_t; typedef