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

Lines Matching refs:success

357        if (err < 0 || p_response->success == 0) goto error;
361 if (err < 0|| p_response->success == 0) {
403 if (err != 0 || p_response->success == 0) {
455 if (err != 0 || p_response->success == 0) {
592 if (err < 0 || p_response->success == 0) {
647 if (err != 0 || p_response->success == 0) {
771 /* success or failure is ignored by the upper layer here.
772 it will call GET_CURRENT_CALLS and determine success that way */
791 if (err != 0 || p_response->success == 0) goto error;
819 /* success or failure is ignored by the upper layer here.
820 it will call GET_CURRENT_CALLS and determine success that way */
835 if (err < 0 || p_response->success == 0) {
898 if (err || !p_response->success) {
954 if (err < 0 || !p_response->success) goto error;
1007 if (err < 0 || p_response->success == 0) {
1038 if (err < 0 || !p_response->success)
1074 if (err < 0 || !p_response->success)
1126 if (res < 0 || !p_response->success) {
1156 if (res < 0 || !p_response->success)
1520 if (err != 0 || p_response->success == 0) goto error;
1642 if (err < 0 || p_response->success == 0) {
1707 if (err < 0 || p_response->success == 0) {
1756 if (err < 0 || p_response->success == 0) {
1786 if (err < 0 || p_response->success == 0) {
1894 /* success or failure is ignored by the upper layer here.
1895 it will call GET_CURRENT_CALLS and determine success that way */
1904 /* success or failure is ignored by the upper layer here.
1905 it will call GET_CURRENT_CALLS and determine success that way */
1918 /* success or failure is ignored by the upper layer here.
1919 it will call GET_CURRENT_CALLS and determine success that way */
1929 /* success or failure is ignored by the upper layer here.
1930 it will call GET_CURRENT_CALLS and determine success that way */
1938 /* success or failure is ignored by the upper layer here.
1939 it will call GET_CURRENT_CALLS and determine success that way */
1947 /* success or failure is ignored by the upper layer here.
1948 it will call GET_CURRENT_CALLS and determine success that way */
2009 if (err < 0 || p_response->success == 0) {
2022 if (err < 0 || p_response->success == 0) {
2043 if (err < 0 || p_response->success == 0) {
2097 if (err < 0 || p_response->success == 0) {
2447 * @return: On success returns RIL_E_SUCCESS
2587 if (err < 0 || p_response->success == 0) {
2667 if (err || !p_response->success)
2705 if (!err && response->success) {
2710 ALOGE("Error executing command: %d. response: %x. status: %d", err, (int)response, response? response->success : -1);
2757 if (!err && response->success) {
2803 if (err < 0 || p_response->success == 0) {