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

Lines Matching refs:success

372        if (err < 0 || p_response->success == 0) goto error;
376 if (err < 0|| p_response->success == 0) {
418 if (err != 0 || p_response->success == 0) {
470 if (err != 0 || p_response->success == 0) {
607 if (err < 0 || p_response->success == 0) {
662 if (err != 0 || p_response->success == 0) {
786 /* success or failure is ignored by the upper layer here.
787 it will call GET_CURRENT_CALLS and determine success that way */
806 if (err != 0 || p_response->success == 0) goto error;
834 /* success or failure is ignored by the upper layer here.
835 it will call GET_CURRENT_CALLS and determine success that way */
850 if (err < 0 || p_response->success == 0) {
913 if (err || !p_response->success) {
969 if (err < 0 || !p_response->success) goto error;
1022 if (err < 0 || p_response->success == 0) {
1053 if (err < 0 || !p_response->success)
1089 if (err < 0 || !p_response->success)
1141 if (res < 0 || !p_response->success) {
1171 if (res < 0 || !p_response->success)
1551 if (err != 0 || p_response->success == 0) goto error;
1724 if (err < 0 || p_response->success == 0) {
1789 if (err < 0 || p_response->success == 0) {
1838 if (err < 0 || p_response->success == 0) {
1868 if (err < 0 || p_response->success == 0) {
2017 /* success or failure is ignored by the upper layer here.
2018 it will call GET_CURRENT_CALLS and determine success that way */
2027 /* success or failure is ignored by the upper layer here.
2028 it will call GET_CURRENT_CALLS and determine success that way */
2041 /* success or failure is ignored by the upper layer here.
2042 it will call GET_CURRENT_CALLS and determine success that way */
2052 /* success or failure is ignored by the upper layer here.
2053 it will call GET_CURRENT_CALLS and determine success that way */
2061 /* success or failure is ignored by the upper layer here.
2062 it will call GET_CURRENT_CALLS and determine success that way */
2070 /* success or failure is ignored by the upper layer here.
2071 it will call GET_CURRENT_CALLS and determine success that way */
2135 if (err < 0 || p_response->success == 0) {
2148 if (err < 0 || p_response->success == 0) {
2169 if (err < 0 || p_response->success == 0) {
2223 if (err < 0 || p_response->success == 0) {
2602 * @return: On success returns RIL_E_SUCCESS
2742 if (err < 0 || p_response->success == 0) {
2822 if (err || !p_response->success)
2860 if (!err && response->success) {
2865 RLOGE("Error executing command: %d. response: %x. status: %d", err, (int)response, response? response->success : -1);
2912 if (!err && response->success) {
2958 if (err < 0 || p_response->success == 0) {