Searched refs:switch_cmd (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/protocol/
H A Dcore-connection.c329 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)) {
H A Dfb-updates-impl.c177 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 46 milliseconds