/hardware/interfaces/sensors/1.0/vts/functional/ |
D | SensorsHidlEnvironmentV1_0.cpp | 34 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/ |
D | hci_smd.c | 59 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/ |
D | hci_smd.c | 61 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/ |
D | hci_smd.c | 63 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/ |
D | hci_smd.c | 60 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/ |
D | hci_smd.c | 60 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/ |
D | hci_smd.c | 63 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/ |
D | userial_vendor.c | 86 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/ |
D | spi.c | 44 retry: in spi_setup() 53 goto retry; in spi_setup()
|
/hardware/qcom/msm8998/json-c/ |
D | random_seed.c | 109 retry: in get_rdrand_seed() 112 __asm jnc retry in get_rdrand_seed()
|
/hardware/nxp/secure_element/libese-spi/p73/pal/spi/ |
D | phNxpEsePal_spi.cpp | 166 retry: in phPalEse_spi_open_and_configure() 175 goto retry; in phPalEse_spi_open_and_configure()
|
/hardware/interfaces/gatekeeper/1.0/ |
D | types.hal | 37 * retry timeout in ms, if code == ERROR_RETRY_TIMEOUT
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 66 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 …]
|
D | IRadio.hal | 337 * 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/ |
D | Component.cpp | 931 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/ |
D | phTmlNfc.cc | 447 retry: in phTmlNfc_TmlWriterThread() 466 goto retry; in phTmlNfc_TmlWriterThread()
|
/hardware/interfaces/drm/1.2/ |
D | types.hal | 70 * capacity of available crypto resources such that a retry of
|
D | IDrmPlugin.hal | 133 * 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/ |
D | audio_hal.c | 1232 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/ |
D | phNxpNciHal_SelfTest.cc | 1067 retry: in phNxpNciHal_writeLocked() 1089 goto retry; in phNxpNciHal_writeLocked()
|
/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 174 * 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/ |
D | pkt_stats.h | 146 u32 retry : 1; //[14] member
|
/hardware/nxp/nfc/halimpl/hal/ |
D | phNxpNciHal.cc | 1018 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/ |
D | radio_hidl_hal_sms.cpp | 226 msg.retry = false; in TEST_P()
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 485 * 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.
|