Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop_test.cpp32 int retry_count = 0; in TEST() local
42 retry_count++; in TEST()
61 ASSERT_GT(retry_count, 0); in TEST()
Dcpu_hotplug_test.cpp129 size_t retry_count = 0; in SetCpuOnline() local
138 LOG(ERROR) << "reading cpu retry count = " << retry_count << ", requested = " << online in SetCpuOnline()
140 if (++retry_count == 10000) { in SetCpuOnline()
/system/core/adb/
Dtransport_local.cpp192 uint32_t retry_count; member
223 << port.retry_count; in client_socket_thread()
228 if (--port.retry_count > 0) { in client_socket_thread()
323 port.retry_count = LOCAL_PORT_RETRY_COUNT; in ~EmulatorConnection()
/system/update_engine/
Dupdate_engine_client.cc164 int retry_count = kShowStatusRetryCount; in ShowStatus() local
165 while (retry_count > 0) { in ShowStatus()
173 if (--retry_count == 0) { in ShowStatus()
176 LOG(WARNING) << "Will try " << retry_count << " more times!"; in ShowStatus()
/system/core/fs_mgr/
Dfs_mgr.cpp213 int retry_count = 5; in check_fs() local
214 while (retry_count-- > 0) { in check_fs()
221 if (retry_count) sleep(1); in check_fs()
857 int retry_count = 2; in mount_with_alternatives() local
858 while (retry_count-- > 0) { in mount_with_alternatives()
871 if (retry_count <= 0) break; // run check_fs only once in mount_with_alternatives()
1890 int retry_count = 2; in fs_mgr_do_mount_helper() local
1891 while (retry_count-- > 0) { in fs_mgr_do_mount_helper()
1896 if (retry_count <= 0) break; // run check_fs only once in fs_mgr_do_mount_helper()
/system/nfc/src/nfc/tags/
Drw_i93.cc3115 if ((rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES) && in rw_i93_process_timeout()
3118 rw_cb.tcb.i93.retry_count++; in rw_i93_process_timeout()
3119 LOG(ERROR) << StringPrintf("retry_count = %d", rw_cb.tcb.i93.retry_count); in rw_i93_process_timeout()
3133 rw_cb.tcb.i93.retry_count = 0; in rw_i93_process_timeout()
3165 if ((p_i93->retry_count < RW_MAX_RETRIES) && (p_i93->p_retry_cmd)) { in rw_i93_data_cback()
3166 p_i93->retry_count++; in rw_i93_data_cback()
3168 LOG(ERROR) << StringPrintf("retry_count = %d", p_i93->retry_count); in rw_i93_data_cback()
3185 p_i93->retry_count = 0; in rw_i93_data_cback()
3194 p_i93->retry_count = 0; in rw_i93_data_cback()
3218 p_i93->retry_count = 0; in rw_i93_data_cback()
[all …]
/system/bt/stack/gatt/
Dgatt_utils.cc584 p_clcb->retry_count < GATT_REQ_RETRY_LIMIT) { in gatt_rsp_timeout()
590 p_clcb->retry_count++; in gatt_rsp_timeout()
Dgatt_int.h325 uint8_t retry_count; member
Dgatt_cl.cc1108 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()
/system/nfc/src/nfc/include/
Drw_int.h713 uint8_t retry_count; /* number of retry */ member