Home
last modified time | relevance | path

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

12

/system/bt/test/mock/
Dmock_main_shim_link_policy.h92 uint16_t min_interval, uint16_t attempt,
95 uint16_t attempt, uint16_t timeout) { return 0; }};
97 uint16_t min_interval, uint16_t attempt, in operator()
99 return body(p_acl, max_interval, min_interval, attempt, timeout); in operator()
Dmock_main_shim_link_policy.cc72 uint16_t min_interval, uint16_t attempt, in set_sniff_mode() argument
76 p_acl, max_interval, min_interval, attempt, timeout); in set_sniff_mode()
/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/extras/simpleperf/
Dkallsyms.cpp108 for (int attempt = 1; attempt <= 50; ++attempt) { in ScopedKptrUnrestrict() local
/system/bt/main/shim/
Dlink_policy_interface.h29 uint16_t min_interval, uint16_t attempt,
Dlink_policy.h32 uint16_t attempt, uint16_t timeout);
Dlink_policy.cc66 uint16_t min_interval, uint16_t attempt, in set_sniff_mode() argument
69 p_acl.hci_handle, max_interval, min_interval, attempt, timeout); in set_sniff_mode()
154 set_sniff_mode(*p_acl, new_mode.max, new_mode.min, new_mode.attempt, in BTM_SetPowerMode()
Dacl.h81 uint16_t min_interval, uint16_t attempt,
Dacl.cc561 void SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt, in SniffMode() argument
564 connection_->SniffMode(max_interval, min_interval, attempt, timeout)); in SniffMode()
765 uint16_t attempt, uint16_t timeout) { in SniffMode()
769 max_interval, min_interval, attempt, timeout); in SniffMode()
1397 uint16_t min_interval, uint16_t attempt, in SniffMode() argument
1400 max_interval, min_interval, attempt, timeout); in SniffMode()
/system/sepolicy/private/
Dshared_relro.te14 # StrictMode may attempt to find this service, failure is harmless.
Dupdate_engine_common.te5 # TODO Have build system attempt to verify this
/system/sepolicy/prebuilts/api/31.0/private/
Dshared_relro.te14 # StrictMode may attempt to find this service, failure is harmless.
Dupdate_engine_common.te5 # TODO Have build system attempt to verify this
/system/bt/stack/acl/
Dbtm_pm.cc454 p_res->attempt = (p_md1->attempt > p_md2->attempt) ? (p_md1->attempt) in btm_pm_compare_modes()
455 : (p_md2->attempt); in btm_pm_compare_modes()
608 btsnd_hcic_sniff_mode(handle, md_res.max, md_res.min, md_res.attempt, in btm_pm_snd_md_req()
/system/update_engine/update_manager/
Dupdate_manager.conf.example5 # developer mode), we attempt to load
/system/netd/server/
DNetlinkHandler.cpp41 for (int attempt = 0; /*nop*/; ++attempt) { \
44 attempt < RETRY_ATTEMPTS) { \
/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.cc412 bool ClassicAclConnection::SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt in SniffMode() argument
414 SniffModeBuilder::Create(handle_, max_interval, min_interval, attempt, timeout), in SniffMode()
/system/chre/doc/
Dframework_testing.md44 attempt to point out stress points in the framework or platform implementation.
/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.h937 uint16_t attempt = 0; member
/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/27.0/public/
Dinit.te343 # 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.

12