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

  /external/qemu/android/protocol/
core-commands-impl.c 59 CoreCmdImplState cmd_state; member in struct:CoreCmdImpl
351 switch (corecmd->cmd_state) {
355 corecmd->cmd_state = EXPECTS_PARAMETERS;
368 corecmd->cmd_state = EXPECTS_HEADER;
382 corecmd->cmd_state = EXPECTS_HEADER;
410 _coreCmdImpl.cmd_state = EXPECTS_HEADER;
  /ndk/sources/host-tools/make-3.81/
filedef.h 67 enum cmd_state /* State of the commands. */ enum in struct:file
111 extern void set_command_state PARAMS ((struct file *file, enum cmd_state state));
file.c 760 set_command_state (struct file *file, enum cmd_state state)

Completed in 278 milliseconds