Home
last modified time | relevance | path

Searched defs:RequestInfo (Results 1 – 1 of 1) sorted by relevance

/hardware/ril/libril/
Dril.cpp146 typedef struct RequestInfo { struct
147 int32_t token; //this is not RIL_Token
148 CommandInfo *pCI;
149 struct RequestInfo *p_next;
150 char cancelled;
151 char local; // responses to local commands do not go back to command process
152 RIL_SOCKET_ID socket_id;
153 int wasAckSent; // Indicates whether an ack was sent earlier
154 } RequestInfo; typedef