HomeSort by relevance Sort by last modified time
    Searched refs:ATResponse (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/ril/
atchannel.h 66 } ATResponse;
92 ATResponse **pp_outResponse);
95 ATResponse **pp_outResponse);
99 ATResponse **pp_outResponse);
104 int at_send_command (const char *command, ATResponse **pp_outResponse);
108 ATResponse **pp_outResponse);
110 void at_response_free(ATResponse *p_response);
119 AT_CME_Error at_get_cme_error(const ATResponse *p_response);
atchannel.c 80 static ATResponse *sp_response = NULL;
620 static ATResponse * at_response_new()
622 return (ATResponse *) calloc(1, sizeof(ATResponse));
625 void at_response_free(ATResponse *p_response)
651 static void reverseIntermediates(ATResponse *p_response)
675 long long timeoutMsec, ATResponse **pp_outResponse)
742 long long timeoutMsec, ATResponse **pp_outResponse)
780 * if non-NULL, the resulting ATResponse * must be eventually freed with
783 int at_send_command (const char *command, ATResponse **pp_outResponse
    [all...]
reference-ril.c 484 ATResponse *p_response = NULL;
521 ATResponse *p_response = NULL;
613 ATResponse *p_response;
849 ATResponse *p_response = NULL;
871 ATResponse *p_response = NULL;
914 ATResponse *p_response;
    [all...]

Completed in 694 milliseconds