Searched refs:responsePtr (Results 1 – 1 of 1) sorted by relevance
536 void *responsePtr = NULL; in sapDecodeMessage() local546 responsePtr = malloc(sizeof(RIL_SIM_SAP_CONNECT_RSP)); in sapDecodeMessage()547 if (responsePtr) { in sapDecodeMessage()548 if (!pb_decode(&stream, RIL_SIM_SAP_CONNECT_RSP_fields, responsePtr)) { in sapDecodeMessage()557 responsePtr = malloc(sizeof(RIL_SIM_SAP_DISCONNECT_RSP)); in sapDecodeMessage()558 if (responsePtr) { in sapDecodeMessage()559 if (!pb_decode(&stream, RIL_SIM_SAP_DISCONNECT_RSP_fields, responsePtr)) { in sapDecodeMessage()565 responsePtr = malloc(sizeof(RIL_SIM_SAP_DISCONNECT_IND)); in sapDecodeMessage()566 if (responsePtr) { in sapDecodeMessage()567 if (!pb_decode(&stream, RIL_SIM_SAP_DISCONNECT_IND_fields, responsePtr)) { in sapDecodeMessage()[all …]