Searched refs:server_fd_move_to_state (Results 1 – 1 of 1) sorted by relevance
/external/adhd/cras/src/libcras/ |
D | cras_client.c | 483 static void server_fd_move_to_state(struct cras_client *client, in server_fd_move_to_state() function 538 server_fd_move_to_state(client, CRAS_SOCKET_STATE_WAIT_FOR_SOCKET); in error_delay_next_action() 555 server_fd_move_to_state(client, in wait_for_socket_next_action() 619 server_fd_move_to_state(client, CRAS_SOCKET_STATE_FIRST_MESSAGE); in wait_for_writable_next_action() 635 server_fd_move_to_state(client, CRAS_SOCKET_STATE_CONNECTED); in connect_transition_action() 755 server_fd_move_to_state(client, CRAS_SOCKET_STATE_DISCONNECTED); in disconnect_transition_action() 767 server_fd_move_to_state(client, CRAS_SOCKET_STATE_ERROR_DELAY); in disconnect_transition_action() 772 server_fd_move_to_state(client, in disconnect_transition_action() 834 server_fd_move_to_state(client, CRAS_SOCKET_STATE_WAIT_FOR_SOCKET); in server_connect() 847 server_fd_move_to_state(client, CRAS_SOCKET_STATE_DISCONNECTED); in server_disconnect()
|