/system/bt/test/mock/ |
D | mock_main_shim_link_policy.h | 92 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()
|
D | mock_main_shim_link_policy.cc | 72 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/ |
D | README.md | 17 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/ |
D | kallsyms.cpp | 108 for (int attempt = 1; attempt <= 50; ++attempt) { in ScopedKptrUnrestrict() local
|
/system/bt/main/shim/ |
D | link_policy_interface.h | 29 uint16_t min_interval, uint16_t attempt,
|
D | link_policy.h | 32 uint16_t attempt, uint16_t timeout);
|
D | link_policy.cc | 66 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()
|
D | acl.h | 81 uint16_t min_interval, uint16_t attempt,
|
D | acl.cc | 561 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/ |
D | shared_relro.te | 14 # StrictMode may attempt to find this service, failure is harmless.
|
D | update_engine_common.te | 5 # TODO Have build system attempt to verify this
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | shared_relro.te | 14 # StrictMode may attempt to find this service, failure is harmless.
|
D | update_engine_common.te | 5 # TODO Have build system attempt to verify this
|
/system/bt/stack/acl/ |
D | btm_pm.cc | 454 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/ |
D | update_manager.conf.example | 5 # developer mode), we attempt to load
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 41 for (int attempt = 0; /*nop*/; ++attempt) { \ 44 attempt < RETRY_ATTEMPTS) { \
|
/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 47 …virtual bool SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt, uint16_t ti…
|
D | classic_acl_connection.cc | 412 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/ |
D | framework_testing.md | 44 attempt to point out stress points in the framework or platform implementation.
|
/system/bt/doc/ |
D | power_management.md | 49 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/ |
D | bootanalyze.py | 114 attempt = 1 118 while attempt <= MAX_RETRIES and processing_data is None: 119 attempt += 1
|
/system/bt/stack/include/ |
D | btm_api_types.h | 937 uint16_t attempt = 0; member
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | init.te | 343 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | init.te | 338 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | init.te | 414 # generated when an attempt to set a property is denied by policy.
|