Lines Matching refs:RIL_Data_Call_Response_v9
2659 if (responselen % sizeof(RIL_Data_Call_Response_v9) != 0) {
2661 (int)responselen, (int)sizeof(RIL_Data_Call_Response_v9));
2668 int num = responselen / sizeof(RIL_Data_Call_Response_v9);
2671 RIL_Data_Call_Response_v9 *p_cur = (RIL_Data_Call_Response_v9 *) response;
2763 } else if (responselen % sizeof(RIL_Data_Call_Response_v9) == 0) {