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

Lines Matching refs:success

171  * returns 1 if line is a final response indicating success
193 * returns 1 if line is a final response, either error or success
249 sp_response->success = 1;
252 sp_response->success = 0;
487 * Returns AT_ERROR_* on error, 0 on success
585 * returns 0 on success, -1 on error
853 && (*pp_outResponse)->success > 0
875 && (*pp_outResponse)->success > 0
899 && (*pp_outResponse)->success > 0
993 if (p_response->success > 0) {