Home
last modified time | relevance | path

Searched refs:CORE_PORT_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/protocol/
Dcore-connection.c99 ssocket = syncsocket_connect(fd, sockaddr, CORE_PORT_TIMEOUT_MS); in core_connection_open_socket()
115 deadline = iolooper_now() + CORE_PORT_TIMEOUT_MS; in core_connection_open_socket()
211 syncsocket_write(desc->ssocket, buffer, to_write, CORE_PORT_TIMEOUT_MS); in core_connection_write()
239 syncsocket_read(desc->ssocket, buffer, to_read, CORE_PORT_TIMEOUT_MS); in core_connection_read()
279 deadline = iolooper_now() + CORE_PORT_TIMEOUT_MS; in core_connection_switch_stream()
Dcore-connection.h33 #define CORE_PORT_TIMEOUT_MS 5000 macro
/external/qemu/android/
Dmain-common.c957 #define CORE_PORT_TIMEOUT_MS 5000 macro
1030 looper_runWithTimeout(looper, CORE_PORT_TIMEOUT_MS*2); in list_running_cores()