Lines Matching refs:request
33 * <li>Provide handlers for Unsolicited and request responses.
34 * <li>Request and pending response queue handling.
41 * @param Ril environment variable with place request and
91 * Process requests from the dispatch request queue.
92 * @param Request to be dispatched.
94 int processRequest(MsgHeader *request);
97 * Ril envoronment variable that holds the request and
123 * push a new request created from that record to
124 * the dispatch request queue.
132 * Socket handler to be called when a request has
135 * @param Token associated with the request.
136 * @param Error, if any, while processing the request.
171 * A loop for processing the requests in the request dispatch queue.
199 * Dispatch the clean up disconnect request.
217 * Called by the processRequest method to dispatch the request to
218 * the lower layers. It calls the on request function.
220 * @param The request message.
222 void dispatchRequest(MsgHeader *request);
228 * @param Token associated with the request.
229 * @param Error, if any, while processing the request.