Searched defs:fdCommand (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril.cpp154 int fdCommand; member in struct:android::SocketListenParam
1983 int fd = s_ril_param_socket.fdCommand;
1992 fd = s_ril_param_socket2.fdCommand;
1997 fd = s_ril_param_socket3.fdCommand;
2003 fd = s_ril_param_socket4.fdCommand;
3400 assert(fd == p_info->fdCommand);
3427 p_info->fdCommand = -1;
3477 int fdCommand = -1; local
3489 assert (*p_info->fdCommand < 0);
3492 fdCommand
[all...]

Completed in 126 milliseconds