HomeSort by relevance Sort by last modified time
    Searched full:switch_cmd (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/protocol/
core-connection.c 329 char switch_cmd[256]; local
343 snprintf(switch_cmd, sizeof(switch_cmd), "%s", stream_name);
344 if (core_connection_switch_stream(connection, switch_cmd, handshake)) {
fb-updates-impl.c 177 char switch_cmd[256]; local
186 snprintf(switch_cmd, sizeof(switch_cmd), "framebuffer %s", protocol);
188 core_connection_create_and_switch(console_socket, switch_cmd, &handshake);

Completed in 84 milliseconds