Searched defs:RequestInfo (Results 1 – 1 of 1) sorted by relevance
146 typedef struct RequestInfo { struct147 int32_t token; //this is not RIL_Token148 CommandInfo *pCI;149 struct RequestInfo *p_next;150 char cancelled;151 char local; // responses to local commands do not go back to command process152 RIL_SOCKET_ID socket_id;153 int wasAckSent; // Indicates whether an ack was sent earlier154 } RequestInfo; typedef