Home | History | Annotate | Download | only in libril

Lines Matching full:socket

31  *     <li>Initialize the socket.
32 * <li>Process the requests coming on the socket.
82 * Initialize the socket and add the socket to the list.
84 * @param Name of the socket.
85 * @param Radio functions to be used by the socket.
103 * Function to print the socket list.
113 * Datatype to handle the socket list.
116 RilSapSocket* socket;
122 * Process each record read from the socket and
132 * Socket handler to be called when a request has
144 * Socket handler to be called when there is an
155 * Class method to get the socket from the socket list.
157 * @param Socket id.
158 * @return the sap socket.
164 * socket.
176 * Class method to add the sap socket to the list of sockets.
177 * Does nothing if the socket is already present in the list.
179 * and add socket to the socket list.
185 * Check if a socket of the given name exists in the socket list.
187 * @param Socket name.
193 * Send a clean up SAP DISCONNECT if the socket disconnects before doing a SAP
208 * @param Socket name.
209 * @param Socket id.
225 * Class method that selects the socket on which the onRequestComplete
238 * Class method that selects the socket on which the onUnsolicitedResponse
244 * @param Socket id.
250 * Class method that selects the socket on which the onUnsolicitedResponse