Searched defs:retry (Results 1 - 10 of 10) 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/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp617 int retry = 20; local
618 while (retry--) {
/hardware/intel/img/psb_video/src/
H A Dtng_cmdbuf.c553 unsigned int retry = 0; local
604 drv_debug_msg(VIDEO_DEBUG_ERROR, "drmCommandWrite returns with %s, retry\n",
606 retry++;
610 if (retry > 0)
612 retry, ret==0?"okay":"failed!", ret);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1558 int retry; local
1582 retry = 0;
1605 if (retry++ < 5000)
/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.c1542 // Cdma Send SMS will always cause send retry error.
1592 // send retry error.
1620 if (0 != s_ims_cause_retry && 0 == p_args->retry) goto error2;
1666 int retry = 10; local
1708 } while (strncmp(status, "STATE=up", 8) && strcmp(status, "online") && --retry);
1712 if (retry == 0) {
H A Dril.h93 RIL_E_SMS_SEND_FAIL_RETRY = 10, /* fail to send sms and need retry */
322 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
327 The value 0 means retry should be done ASAP.
328 The value of INT_MAX(0x7fffffff) means no retry. */
353 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
358 The value 0 means retry should be done ASAP.
359 The value of INT_MAX(0x7fffffff) means no retry. */
386 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
391 The value 0 means retry should be done ASAP.
392 The value of INT_MAX(0x7fffffff) means no retry
427 unsigned char retry; /* 0 == not retry, nonzero == retry */ member in struct:__anon2580
[all...]
/hardware/ril/libril/
H A Dril.cpp269 static void dispatchImsCdmaSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef);
270 static void dispatchImsGsmSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef);
1208 dispatchImsCdmaSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef) { argument
1212 ALOGD("dispatchImsCdmaSms: retry=%d, messageRef=%d", retry, messageRef);
1219 rism.retry = retry;
1240 dispatchImsGsmSms(Parcel &p, RequestInfo *pRI, uint8_t retry, int32_t messageRef) { argument
1246 ALOGD("dispatchImsGsmSms: retry=%d, messageRef=%d", retry, messageRe
1316 uint8_t retry; local
[all...]
/hardware/ril/include/telephony/
H A Dril.h93 RIL_E_SMS_SEND_FAIL_RETRY = 10, /* fail to send sms and need retry */
322 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
327 The value 0 means retry should be done ASAP.
328 The value of INT_MAX(0x7fffffff) means no retry. */
353 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
358 The value 0 means retry should be done ASAP.
359 The value of INT_MAX(0x7fffffff) means no retry. */
386 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
391 The value 0 means retry should be done ASAP.
392 The value of INT_MAX(0x7fffffff) means no retry
427 unsigned char retry; /* 0 == not retry, nonzero == retry */ member in struct:__anon2404
[all...]

Completed in 457 milliseconds