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

/hardware/ril/libril/
H A Dril.cpp188 static SocketListenParam s_ril_param_socket; member in namespace:android
1983 int fd = s_ril_param_socket.fdCommand;
3656 if (socket_id == RIL_SOCKET_1 && s_ril_param_socket.fdCommand > 0) {
3657 close(s_ril_param_socket.fdCommand);
3658 s_ril_param_socket.fdCommand = -1;
3909 s_ril_param_socket = {
3982 startListen(RIL_SOCKET_1, &s_ril_param_socket);
4090 int fd = s_ril_param_socket.fdCommand;

Completed in 10 milliseconds