Home
last modified time | relevance | path

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

/system/core/adb/client/
Dtransport_local.cpp181 uint32_t retry_count; member
212 << port.retry_count; in client_socket_thread()
217 if (--port.retry_count > 0) { in client_socket_thread()
247 port.retry_count = LOCAL_PORT_RETRY_COUNT; in ~EmulatorConnection()
/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/update_engine/
Dupdate_engine_client.cc152 int retry_count = kShowStatusRetryCount; in ShowStatus() local
153 while (retry_count > 0) { in ShowStatus()
157 if (--retry_count == 0) { in ShowStatus()
166 << 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()
861 int retry_count = 2; in mount_with_alternatives() local
862 while (retry_count-- > 0) { in mount_with_alternatives()
875 if (retry_count <= 0) break; // run check_fs only once in mount_with_alternatives()
1894 int retry_count = 2; in fs_mgr_do_mount_helper() local
1895 while (retry_count-- > 0) { in fs_mgr_do_mount_helper()
1900 if (retry_count <= 0) break; // run check_fs only once in fs_mgr_do_mount_helper()
/system/nfc/src/nfc/tags/
Drw_i93.cc3094 if ((rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES) && in rw_i93_process_timeout()
3097 rw_cb.tcb.i93.retry_count++; in rw_i93_process_timeout()
3098 LOG(ERROR) << StringPrintf("retry_count = %d", rw_cb.tcb.i93.retry_count); in rw_i93_process_timeout()
3112 rw_cb.tcb.i93.retry_count = 0; in rw_i93_process_timeout()
3144 if ((p_i93->retry_count < RW_MAX_RETRIES) && (p_i93->p_retry_cmd)) { in rw_i93_data_cback()
3145 p_i93->retry_count++; in rw_i93_data_cback()
3147 LOG(ERROR) << StringPrintf("retry_count = %d", p_i93->retry_count); in rw_i93_data_cback()
3164 p_i93->retry_count = 0; in rw_i93_data_cback()
3173 p_i93->retry_count = 0; in rw_i93_data_cback()
3197 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.h326 uint8_t retry_count; member
Dgatt_cl.cc1096 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()
/system/nfc/src/nfc/include/
Drw_int.h711 uint8_t retry_count; /* number of retry */ member