Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 42) sorted by relevance

12

/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp34 for (size_t retry = 10; retry > 0; --retry) { in resetHal() local
87 ALOGI("%s unsuccessful, try again soon (remaining retry %zu).", step.c_str(), retry - 1); in resetHal()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhci_smd.c59 int retry = 0; in bt_hci_init_transport_id() local
68 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
73 retry++; in bt_hci_init_transport_id()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhci_smd.c61 int retry = 0; in bt_hci_init_transport_id() local
70 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
75 retry++; in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhci_smd.c63 int retry = 0; in bt_hci_init_transport_id() local
72 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
77 retry++; in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhci_smd.c60 int retry = 0; in bt_hci_init_transport_id() local
69 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
74 retry++; in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhci_smd.c60 int retry = 0; in bt_hci_init_transport_id() local
69 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
74 retry++; in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhci_smd.c63 int retry = 0; in bt_hci_init_transport_id() local
72 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
77 retry++; in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8960/libbt-vendor/src/
Duserial_vendor.c86 int retry = 0; in bt_hci_init_transport_id() local
93 while ((-1 == fd) && (retry < 7)) { in bt_hci_init_transport_id()
98 retry++; in bt_hci_init_transport_id()
/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dspi.c44 retry: in spi_setup()
53 goto retry; in spi_setup()
/hardware/qcom/msm8998/json-c/
Drandom_seed.c109 retry: in get_rdrand_seed()
112 __asm jnc retry in get_rdrand_seed()
/hardware/nxp/secure_element/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp166 retry: in phPalEse_spi_open_and_configure()
175 goto retry; in phPalEse_spi_open_and_configure()
/hardware/interfaces/gatekeeper/1.0/
Dtypes.hal37 * retry timeout in ms, if code == ERROR_RETRY_TIMEOUT
/hardware/interfaces/radio/1.0/
Dtypes.hal66 SMS_SEND_FAIL_RETRY = 10, // fail to send sms and need retry
445 OPERATOR_BARRED = 0x08, // no retry
448 MISSING_UKNOWN_APN = 0x1B, // no retry
449 UNKNOWN_PDP_ADDRESS_TYPE = 0x1C, // no retry
450 USER_AUTHENTICATION = 0x1D, // no retry
451 ACTIVATION_REJECT_GGSN = 0x1E, // no retry
453 SERVICE_OPTION_NOT_SUPPORTED = 0x20, // no retry
454 SERVICE_OPTION_NOT_SUBSCRIBED = 0x21, // no retry
456 NSAPI_IN_USE = 0x23, // no retry
469 ONLY_IPV4_ALLOWED = 0x32, // no retry
[all …]
DIRadio.hal337 * fails. RadioError:SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
338 * and RadioError:GENERIC_FAILURE means no retry (i.e. error cause is 500)
353 * fails. RadioError:SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
354 * and RadioError:GENERIC_FAILURE means no retry (i.e. error cause is 500)
1258 * fails. SMS_SEND_FAIL_RETRY means retry, and other errors means no retry.
1259 * In case of retry, data is encoded based on Voice Technology available.
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp931 bool retry = false; in processNotifications() local
951 retry = true; in processNotifications()
999 retry = true; in processNotifications()
1017 if (retry) { in processNotifications()
1022 return retry; in processNotifications()
/hardware/nxp/nfc/halimpl/tml/
DphTmlNfc.cc447 retry: in phTmlNfc_TmlWriterThread()
466 goto retry; in phTmlNfc_TmlWriterThread()
/hardware/interfaces/drm/1.2/
Dtypes.hal70 * capacity of available crypto resources such that a retry of
DIDrmPlugin.hal133 * retry of the operation is likely to succeed, ERROR_DRM_CANNOT_HANDLE
172 * crypto resources such that a retry of the operation is likely to
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c1232 int retry = kNumRetries; in adev_dump() local
1233 while (retry > 0 && device_try_lock(adev) != 0) { in adev_dump()
1235 retry--; in adev_dump()
1238 if (retry > 0) { in adev_dump()
/hardware/nxp/nfc/halimpl/self-test/
DphNxpNciHal_SelfTest.cc1067 retry: in phNxpNciHal_writeLocked()
1089 goto retry; in phNxpNciHal_writeLocked()
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal174 * The user is expected to take action to retry the operation in better
184 * The user is expected to take action to retry the operation in better
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dpkt_stats.h146 u32 retry : 1; //[14] member
/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal.cc1018 retry: in phNxpNciHal_write_unlocked()
1046 goto retry; in phNxpNciHal_write_unlocked()
2952 retry: in phNxpNciHal_getChipInfoInFwDnldMode()
2959 goto retry; in phNxpNciHal_getChipInfoInFwDnldMode()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_sms.cpp226 msg.retry = false; in TEST_P()
/hardware/interfaces/radio/1.5/
Dtypes.hal485 * If status != DataCallFailCause.NONE, this field indicates the suggested retry back-off timer
488 * The value 0 means retry must be done ASAP.
489 * The value of INT_MAX(0x7fffffff) means no retry.

12