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

Lines Matching refs:ATResponse

74 static ATResponse *sp_response = NULL;
614 static ATResponse * at_response_new()
616 return (ATResponse *) calloc(1, sizeof(ATResponse));
619 void at_response_free(ATResponse *p_response)
645 static void reverseIntermediates(ATResponse *p_response)
669 long long timeoutMsec, ATResponse **pp_outResponse)
736 long long timeoutMsec, ATResponse **pp_outResponse)
767 * if non-NULL, the resulting ATResponse * must be eventually freed with
770 int at_send_command (const char *command, ATResponse **pp_outResponse)
783 ATResponse **pp_outResponse)
805 ATResponse **pp_outResponse)
829 ATResponse **pp_outResponse)
852 ATResponse **pp_outResponse)
925 AT_CME_Error at_get_cme_error(const ATResponse *p_response)