Home | History | Annotate | Download | only in reference-ril

Lines Matching refs:ATResponse

87 static ATResponse *sp_response = NULL;
668 static ATResponse * at_response_new()
670 return (ATResponse *) calloc(1, sizeof(ATResponse));
673 void at_response_free(ATResponse *p_response)
699 static void reverseIntermediates(ATResponse *p_response)
723 long long timeoutMsec, ATResponse **pp_outResponse)
798 long long timeoutMsec, ATResponse **pp_outResponse)
829 * if non-NULL, the resulting ATResponse * must be eventually freed with
832 int at_send_command (const char *command, ATResponse **pp_outResponse)
845 ATResponse **pp_outResponse)
867 ATResponse **pp_outResponse)
891 ATResponse **pp_outResponse)
914 ATResponse **pp_outResponse)
987 AT_CME_Error at_get_cme_error(const ATResponse *p_response)