Searched refs:responsePtr (Results 1 – 1 of 1) sorted by relevance
543 void *responsePtr = NULL; in sapDecodeMessage() local553 responsePtr = malloc(sizeof(RIL_SIM_SAP_CONNECT_RSP)); in sapDecodeMessage()554 if (responsePtr) { in sapDecodeMessage()555 if (!pb_decode(&stream, RIL_SIM_SAP_CONNECT_RSP_fields, responsePtr)) { in sapDecodeMessage()564 responsePtr = malloc(sizeof(RIL_SIM_SAP_DISCONNECT_RSP)); in sapDecodeMessage()565 if (responsePtr) { in sapDecodeMessage()566 if (!pb_decode(&stream, RIL_SIM_SAP_DISCONNECT_RSP_fields, responsePtr)) { in sapDecodeMessage()572 responsePtr = malloc(sizeof(RIL_SIM_SAP_DISCONNECT_IND)); in sapDecodeMessage()573 if (responsePtr) { in sapDecodeMessage()574 if (!pb_decode(&stream, RIL_SIM_SAP_DISCONNECT_IND_fields, responsePtr)) { in sapDecodeMessage()[all …]