Searched defs:retry (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/bt/libbt-vendor/src/
H A Duserial_vendor.c86 int retry = 0; local
93 while ((-1 == fd) && (retry < 7)) {
98 retry++;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1558 int retry; local
1582 retry = 0;
1605 if (retry++ < 5000)
/hardware/ril/libril/
H A Dril.cpp212 static void dispatchImsCdmaSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef);
213 static void dispatchImsGsmSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef);
988 dispatchImsCdmaSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef) { argument
992 ALOGD("dispatchImsCdmaSms: retry=%d, messageRef=%d", retry, messageRef);
999 rism.retry = retry;
1020 dispatchImsGsmSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef) { argument
1026 ALOGD("dispatchImsGsmSms: retry=%d, messageRef=%d", retry, messageRe
1095 uint8_t retry; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h127 uint32 retry; /* packets re-sent because they were not received */ member in struct:__anon21
129 uint32 retry_drop; /* packets finally dropped after retry limit */
H A Dwlioctl.h1040 /* Per-AC retry parameters */
3633 /* structure for identifying retry/tid for retry_limit_tid/rr_retry_limit_tid */
3636 uint8 retry; /* retry value */ member in struct:ampdu_retry_tid
4397 uint32 retry; /* packets re-sent because they were not received */ member in struct:__anon111
4399 uint32 retry_drop; /* packets finally dropped after retry limit */
4426 uint32 retry; /* packets re-sent because they were not received */ member in struct:__anon112
4428 uint32 retry_drop; /* packets finally dropped after retry limit */
5415 #define SCB_RETRY_SHORT_DEF 7 /* Default Short retry Limit */
5421 uint32 txmpdu_cnt[SCB_RETRY_SHORT_DEF]; /* retry time
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c1515 // Cdma Send SMS will always cause send retry error.
1565 // send retry error.
1593 if (0 != s_ims_cause_retry && 0 == p_args->retry) goto error2;
1639 int retry = 10; local
1681 } while (strncmp(status, "STATE=up", 8) && strcmp(status, "online") && --retry);
1685 if (retry == 0) {
H A Dril.h52 RIL_E_SMS_SEND_FAIL_RETRY = 10, /* fail to send sms and need retry */
208 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
213 The value 0 means retry should be done ASAP.
214 The value of INT_MAX(0x7fffffff) means no retry. */
244 unsigned char retry; /* 0 == not retry, nonzero == retry */ member in struct:__anon1373
245 int messageRef; /* Valid field if retry is set to nonzero.
403 PDP_FAIL_OPERATOR_BARRED = 0x08, /* no retry */
405 PDP_FAIL_MISSING_UKNOWN_APN = 0x1B, /* no retry */
[all...]
/hardware/ril/include/telephony/
H A Dril.h52 RIL_E_SMS_SEND_FAIL_RETRY = 10, /* fail to send sms and need retry */
208 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
213 The value 0 means retry should be done ASAP.
214 The value of INT_MAX(0x7fffffff) means no retry. */
244 unsigned char retry; /* 0 == not retry, nonzero == retry */ member in struct:__anon1226
245 int messageRef; /* Valid field if retry is set to nonzero.
403 PDP_FAIL_OPERATOR_BARRED = 0x08, /* no retry */
405 PDP_FAIL_MISSING_UKNOWN_APN = 0x1B, /* no retry */
[all...]

Completed in 288 milliseconds