Searched defs:cmd (Results 1 - 25 of 27) sorted by relevance

12

/development/ndk/sources/android/libportable/arch-x86/
H A Dfcntl.c24 int WRAP(fcntl)(int fd, int cmd, ...) argument
29 va_start(ap, cmd);
33 if (cmd == F_GETLK64 ||
34 cmd == F_SETLK64 ||
35 cmd == F_SETLKW64) {
37 int result = __fcntl64(fd, cmd, (void *) &x86_flock64);
50 return __fcntl64(fd, cmd, arg);
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyCommandEvent.java31 public MonkeyCommandEvent(String cmd) { argument
33 mCmd = cmd;
/development/ndk/platforms/android-3/include/sys/
H A D_system_properties.h71 unsigned cmd; member in struct:prop_msg
/development/ndk/sources/android/libportable/arch-mips/
H A Dfcntl.c38 static char *map_portable_cmd_to_name(int cmd) argument
42 switch(cmd) {
70 * Maps a fcntl portable cmd to a native command.
/development/ndk/platforms/android-3/include/linux/
H A Dif_vlan.h37 int cmd; member in struct:vlan_ioctl_args
H A Dcapi.h57 unsigned long cmd; member in struct:capi_manufacturer_cmd
74 capi_manufacturer_cmd cmd; member in union:capi_ioctl_struct
H A Dfd.h242 unsigned char cmd[16]; member in struct:floppy_raw_cmd
H A Dblkdev.h163 unsigned char cmd[BLK_MAX_CDB]; member in struct:request
H A Dcoda.h280 int cmd; member in struct:coda_ioctl_in
H A Dcdrom.h183 unsigned char cmd[CDROM_PACKET_SIZE]; member in struct:cdrom_generic_command
H A Dwireless.h91 #define IW_IOCTL_IDX(cmd) ((cmd) - SIOCIWFIRST)
93 #define IW_IS_SET(cmd) (!((cmd) & 0x1))
94 #define IW_IS_GET(cmd) ((cmd) & 0x1)
108 #define IW_EVENT_IDX(cmd) ((cmd) - IWEVFIRST)
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >
371 __u16 cmd; member in struct:iw_mlme
384 __u32 cmd; member in struct:iw_pmksa
517 __u32 cmd; member in struct:iw_priv_args
526 __u16 cmd; member in struct:iw_event
[all...]
H A Dsoundcard.h354 unsigned char cmd; member in struct:__anon241
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { argument
184 switch (cmd) {
/development/ndk/platforms/android-3/include/linux/mmc/
H A Dmmc.h46 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
48 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
88 struct mmc_command *cmd; member in struct:mmc_request
/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c49 int8_t cmd; local
50 if (read(android_app->msgread, &cmd, sizeof(cmd)) == sizeof(cmd)) {
51 switch (cmd) {
56 return cmd;
88 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { argument
89 switch (cmd) {
124 LOGV("activityState=%d\n", cmd);
126 android_app->activityState = cmd;
145 android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) argument
201 int8_t cmd = android_app_read_cmd(app); local
280 android_app_write_cmd(struct android_app* android_app, int8_t cmd) argument
311 android_app_set_activity_state(struct android_app* android_app, int8_t cmd) argument
[all...]
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c428 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { argument
430 switch (cmd) {
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/
H A Dioc3.h214 u32 cmd; member in struct:ioc3_etxd
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 1106 milliseconds

12