Searched defs:RequestInfo (Results 1 – 1 of 1) sorted by relevance
135 typedef struct RequestInfo { struct136 int32_t token; //this is not RIL_Token137 CommandInfo *pCI;138 struct RequestInfo *p_next;139 char cancelled;140 char local; // responses to local commands do not go back to command process141 RIL_SOCKET_ID socket_id;142 } RequestInfo; typedef