Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp135 typedef struct RequestInfo { struct
136 int32_t token; //this is not RIL_Token
137 CommandInfo *pCI;
138 struct RequestInfo *p_next;
139 char cancelled;
140 char local; // responses to local commands do not go back to command process
141 RIL_SOCKET_ID socket_id;
142 } RequestInfo; typedef