Searched refs:RIL_Data_Call_Response_v6 (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h234 /* Deprecated, use RIL_Data_Call_Response_v6 */
277 } RIL_Data_Call_Response_v6; typedef in typeref:struct:__anon2387
1917 * Setup a packet data connection. If RIL_Data_Call_Response_v6.status
1953 * "response" is a RIL_Data_Call_Response_v6
1959 * the RIL_Data_Call_Response_v6.status containing the actual status.
2596 * field in RIL_Data_Call_Response_v6.
2621 * Deprecated use the status field in RIL_Data_Call_Response_v6.
2635 * "response" is an array of RIL_Data_Call_Response_v6
4253 * "data" is an array of RIL_Data_Call_Response_v6 identical to that
/hardware/ril/reference-ril/
H A Dril.h234 /* Deprecated, use RIL_Data_Call_Response_v6 */
277 } RIL_Data_Call_Response_v6; typedef in typeref:struct:__anon2552
1917 * Setup a packet data connection. If RIL_Data_Call_Response_v6.status
1953 * "response" is a RIL_Data_Call_Response_v6
1959 * the RIL_Data_Call_Response_v6.status containing the actual status.
2596 * field in RIL_Data_Call_Response_v6.
2621 * Deprecated use the status field in RIL_Data_Call_Response_v6.
2635 * "response" is an array of RIL_Data_Call_Response_v6
4253 * "data" is an array of RIL_Data_Call_Response_v6 identical to that
/hardware/ril/libril/
H A Dril.cpp2287 if (responselen % sizeof(RIL_Data_Call_Response_v6) != 0) {
2289 (int)responselen, (int)sizeof(RIL_Data_Call_Response_v6));
2296 int num = responselen / sizeof(RIL_Data_Call_Response_v6);
2299 RIL_Data_Call_Response_v6 *p_cur = (RIL_Data_Call_Response_v6 *) response;
2341 if (responselen % sizeof(RIL_Data_Call_Response_v6) == 0) {

Completed in 83 milliseconds