Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 28) sorted by relevance

12

/system/core/init/test_service/
DREADME.md17 It will attempt to find the first element of each pair of arguments in
18 `/proc/self/status`, and attempt to exactly match the second element of the pair
28 And then attempt to exactly match the token after `:`, `0000000000003000`,
/system/core/adb/
Dtransport.cpp162 ReconnectAttempt attempt = *reconnect_queue_.begin(); in Stop() local
164 remove_transport(attempt.transport); in Stop()
187 ReconnectAttempt attempt; in Run() local
227 attempt = *reconnect_queue_.begin(); in Run()
230 D("attempting to reconnect %s", attempt.transport->serial.c_str()); in Run()
232 switch (attempt.transport->Reconnect()) { in Run()
234 D("attempting to reconnect %s failed.", attempt.transport->serial.c_str()); in Run()
235 if (attempt.attempts_left == 0) { in Run()
237 attempt.transport->serial.c_str()); in Run()
238 remove_transport(attempt.transport); in Run()
[all …]
/system/bt/stack/btm/
Dbtm_pm.cc477 p_res->attempt = (p_md1->attempt > p_md2->attempt) ? (p_md1->attempt) in btm_pm_compare_modes()
478 : (p_md2->attempt); in btm_pm_compare_modes()
630 md_res.min, md_res.attempt, md_res.timeout); in btm_pm_snd_md_req()
/system/netd/server/
DNetlinkHandler.cpp41 for (int attempt = 0; /*nop*/; ++attempt) { \
44 attempt < RETRY_ATTEMPTS) { \
/system/update_engine/update_manager/
Dupdate_manager.conf.example5 # developer mode), we attempt to load
/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.h47 …virtual bool SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt, uint16_t ti…
Dclassic_acl_connection.cc371 bool ClassicAclConnection::SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt in SniffMode() argument
373 SniffModeBuilder::Create(handle_, max_interval, min_interval, attempt, timeout), in SniffMode()
/system/bt/doc/
Dpower_management.md49 During a lookup attempt, the code iterates over the `bta_dm_pm_cfg` array,
176 with timeout set to FALSE to re-attempt with a second action (if the
177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py114 attempt = 1
118 while attempt <= MAX_RETRIES and processing_data is None:
119 attempt += 1
/system/bt/stack/include/
Dbtm_api_types.h1508 uint16_t attempt; member
/system/sepolicy/prebuilts/api/27.0/public/
Dinit.te343 # generated when an attempt to set a property is denied by policy.
/system/sepolicy/prebuilts/api/26.0/public/
Dinit.te338 # generated when an attempt to set a property is denied by policy.
/system/sepolicy/prebuilts/api/28.0/public/
Dinit.te414 # generated when an attempt to set a property is denied by policy.
Ddomain.te849 # libc includes functions like mktime and localtime which attempt to access
/system/sepolicy/prebuilts/api/29.0/public/
Dinit.te475 # generated when an attempt to set a property is denied by policy.
/system/sepolicy/public/
Dinit.te508 # generated when an attempt to set a property is denied by policy.
Ddomain.te843 # libc includes functions like mktime and localtime which attempt to access
/system/sepolicy/prebuilts/api/30.0/public/
Dinit.te506 # generated when an attempt to set a property is denied by policy.
/system/core/fastboot/
DREADME.md362 subsequent packets will attempt to retransmit for at least 1 minute before
/system/sepolicy/prebuilts/api/26.0/private/
Dsystem_server.te706 # a bug (for example, bug 16317188), or represents an attempt by
/system/sepolicy/prebuilts/api/27.0/private/
Dsystem_server.te737 # a bug (for example, bug 16317188), or represents an attempt by
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te838 # a bug (for example, bug 16317188), or represents an attempt by
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_server.te971 # a bug (for example, bug 16317188), or represents an attempt by
/system/sepolicy/private/
Dsystem_server.te1065 # a bug (for example, bug 16317188), or represents an attempt by
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_server.te1045 # a bug (for example, bug 16317188), or represents an attempt by

12