Searched refs:tsfds (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 629 fd_set tsfds; in eztune_proc() local 653 FD_ZERO(&tsfds); in eztune_proc() 654 FD_SET(server_socket, &tsfds); in eztune_proc() 655 FD_SET(prev_server_socket, &tsfds); in eztune_proc() 657 FD_SET(client_socket, &tsfds); in eztune_proc() 660 FD_SET( prev_client_socket, &tsfds); in eztune_proc() 664 result = select(num_fds + 1, &tsfds, NULL, NULL, NULL); in eztune_proc() 673 if (FD_ISSET(server_socket, &tsfds)) { in eztune_proc() 718 if ((client_socket < FD_SETSIZE) && (FD_ISSET(client_socket, &tsfds))) { in eztune_proc() 767 if (FD_ISSET(prev_server_socket, &tsfds)) { in eztune_proc() [all …]
|