Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 29) sorted by relevance

12

/system/bt/test/mock/
Dmock_stack_btm_ble_addr.h121 std::function<bool(RawAddress* bd_addr, uint8_t* p_addr_type, bool refresh)>
122 body{[](RawAddress* bd_addr, uint8_t* p_addr_type, bool refresh) {
125 bool operator()(RawAddress* bd_addr, uint8_t* p_addr_type, bool refresh) { in operator()
126 return body(bd_addr, p_addr_type, refresh); in operator()
135 std::function<bool(tBLE_BD_ADDR* address_with_type, bool refresh)> body{
136 [](tBLE_BD_ADDR* address_with_type, bool refresh) { return false; }};
137 bool operator()(tBLE_BD_ADDR* address_with_type, bool refresh) { in operator()
138 return body(address_with_type, refresh); in operator()
Dmock_stack_btm_ble_addr.cc102 uint8_t* p_addr_type, bool refresh) { in btm_identity_addr_to_random_pseudo() argument
105 bd_addr, p_addr_type, refresh); in btm_identity_addr_to_random_pseudo()
108 tBLE_BD_ADDR* address_with_type, bool refresh) { in btm_identity_addr_to_random_pseudo_from_address_with_type() argument
112 address_with_type, refresh); in btm_identity_addr_to_random_pseudo_from_address_with_type()
/system/extras/tests/framebuffer/
DAndroid.bp11 name: "test-fb-refresh",
12 srcs: ["refresh.c"],
/system/bt/stack/include/
Dble_hci_link_interface.h39 bool refresh);
41 tBLE_BD_ADDR* address_with_type, bool refresh);
/system/bt/stack/btm/
Dbtm_ble_addr.cc256 uint8_t* p_addr_type, bool refresh) { in btm_identity_addr_to_random_pseudo() argument
265 if (refresh && in btm_identity_addr_to_random_pseudo()
280 tBLE_BD_ADDR* address_with_type, bool refresh) { in btm_identity_addr_to_random_pseudo_from_address_with_type() argument
282 &(address_with_type->bda), &(address_with_type->type), refresh); in btm_identity_addr_to_random_pseudo_from_address_with_type()
Dbtm_ble_gap.cc62 bool refresh);
/system/sepolicy/prebuilts/api/29.0/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/prebuilts/api/31.0/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/prebuilts/api/27.0/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/prebuilts/api/26.0/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/prebuilts/api/28.0/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/prebuilts/api/30.0/public/
Drecovery_refresh.te1 # android recovery refresh log manager
/system/sepolicy/private/
Dodsign.te47 # Run odrefresh to refresh ART artifacts
/system/libsysprop/srcs/android/sysprop/
DDisplayProperties.sysprop52 # When set to true, apps frame rate can be overridden with a non natively-supported refresh rate
/system/sepolicy/prebuilts/api/31.0/private/
Dodsign.te47 # Run odrefresh to refresh ART artifacts
/system/core/storaged/include/
Dstoraged_info.h78 void refresh(IOPerfHistory* perf_history);
/system/extras/pagecache/
Dpagecache.py111 pad.refresh(0,0, 0,0, height,width)
305 stdscr.refresh()
/system/bt/include/hardware/
Dbt_gatt_client.h230 bt_status_t (*refresh)(int client_if, const RawAddress& bd_addr); member
/system/core/storaged/
Dstoraged.cpp332 storage_info->refresh(protos[USER_SYSTEM].mutable_perf_history()); in event()
Dstoraged_info.cpp113 void storage_info_t::refresh(IOPerfHistory* perf_history) in refresh() function in storage_info_t
/system/sepolicy/prebuilts/api/27.0/private/
Dfile_contexts226 /system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0
/system/sepolicy/prebuilts/api/26.0/private/
Dfile_contexts221 /system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0
/system/sepolicy/prebuilts/api/28.0/private/
Dfile_contexts238 /system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dfile_contexts250 /system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0

12