Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 4 of 4) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm_initializer_impl.cc146 int retry_count = 0; in TakeOwnership() local
149 retry_count++; in TakeOwnership()
153 (retry_count < kMaxOwnershipTimeoutRetries)); in TakeOwnership()
156 << "Error calling Tspi_TPM_TakeOwnership, attempts: " << retry_count; in TakeOwnership()
/system/bt/stack/gatt/
Dgatt_int.h414 UINT8 retry_count; member
Dgatt_utils.c1272 p_clcb->retry_count < GATT_REQ_RETRY_LIMIT) in gatt_rsp_timeout()
1283 p_clcb->retry_count++; in gatt_rsp_timeout()
Dgatt_cl.c1188 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()