Home
last modified time | relevance | path

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

/system/netd/resolv/include/netd_resolv/
Dparams.h35 int retry_count; // number of retries member
/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.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/adb/
Dtransport_local.cpp198 uint32_t retry_count; member
229 << port.retry_count; in client_socket_thread()
234 if (--port.retry_count > 0) { in client_socket_thread()
333 port.retry_count = LOCAL_PORT_RETRY_COUNT; in ~EmulatorConnection()
/system/core/fs_mgr/
Dfs_mgr.cpp216 int retry_count = 5; in check_fs() local
217 while (retry_count-- > 0) { in check_fs()
224 if (retry_count) sleep(1); in check_fs()
727 int retry_count = 2; in mount_with_alternatives() local
728 while (retry_count-- > 0) { in mount_with_alternatives()
741 if (retry_count <= 0) break; // run check_fs only once in mount_with_alternatives()
1465 int retry_count = 2; in fs_mgr_do_mount_helper() local
1466 while (retry_count-- > 0) { in fs_mgr_do_mount_helper()
1471 if (retry_count <= 0) break; // run check_fs only once in fs_mgr_do_mount_helper()
/system/netd/resolv/
DResolverController.cpp238 res_params.retry_count = resolverParams.retryCount; in setResolverConfiguration()
278 (*params)[IDnsResolver::RESOLVER_PARAMS_RETRY_COUNT] = res_params.retry_count; in getResolverInfo()
354 params.max_samples, params.base_timeout_msec, params.retry_count); in dump()
Dres_cache.cpp1703 params->retry_count = 0; in resolv_set_default_params()
1710 if (params->retry_count == 0) { in resolv_set_experiment_params()
1711 params->retry_count = RES_DFLRETRY; in resolv_set_experiment_params()
1712 ParseInt(GetServerConfigurableFlag("netd_native", "retry_count", ""), &params->retry_count); in resolv_set_experiment_params()
Dlibnetd_resolv_test.cpp94 .retry_count = 2,
Dres_send.cpp519 int retryTimes = (flags & ANDROID_RESOLV_NO_RETRY) ? 1 : params.retry_count; in res_nsend()
Dresolver_test.cpp136 .retry_count = params32[IDnsResolver::RESOLVER_PARAMS_RETRY_COUNT], in GetResolverInfo()
1018 EXPECT_EQ(kDefaultParams[IDnsResolver::RESOLVER_PARAMS_RETRY_COUNT], res_params.retry_count); in TEST_F()
/system/nfc/src/nfc/tags/
Drw_i93.cc3007 if ((rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES) && in rw_i93_process_timeout()
3010 rw_cb.tcb.i93.retry_count++; in rw_i93_process_timeout()
3011 LOG(ERROR) << StringPrintf("retry_count = %d", rw_cb.tcb.i93.retry_count); in rw_i93_process_timeout()
3025 rw_cb.tcb.i93.retry_count = 0; in rw_i93_process_timeout()
3057 if ((p_i93->retry_count < RW_MAX_RETRIES) && (p_i93->p_retry_cmd)) { in rw_i93_data_cback()
3058 p_i93->retry_count++; in rw_i93_data_cback()
3060 LOG(ERROR) << StringPrintf("retry_count = %d", p_i93->retry_count); in rw_i93_data_cback()
3077 p_i93->retry_count = 0; in rw_i93_data_cback()
3086 p_i93->retry_count = 0; in rw_i93_data_cback()
3110 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.cc1101 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()
/system/nfc/src/nfc/include/
Drw_int.h704 uint8_t retry_count; /* number of retry */ member