Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c451 static bt_status_t _btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in _btc_storage_set_ble_dev_type()
472 bt_status_t btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in btc_storage_set_ble_dev_type()
513 static bt_status_t _btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in _btc_storage_remove_ble_dev_type()
546 bt_status_t btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_type()
558 …us_t _btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool flush) in _btc_storage_set_ble_dev_auth_mode()
576 …tus_t btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool flush) in btc_storage_set_ble_dev_auth_mode()
606 static bt_status_t _btc_storage_remove_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, bool flush) in _btc_storage_remove_ble_dev_auth_mode()
632 bt_status_t btc_storage_remove_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_auth_mode()
643 …tus_t _btc_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, uint8_t addr_type, bool flush) in _btc_storage_set_remote_addr_type()
661 …atus_t btc_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, uint8_t addr_type, bool flush) in btc_storage_set_remote_addr_type()
[all …]
/hal_espressif-3.6.0/components/wear_levelling/private_include/
DFlash_Access.h36 virtual esp_err_t flush() in flush() function
/hal_espressif-3.6.0/tools/idf_monitor_base/
Dansi_color_converter.py122 def flush(self): # type: () -> None member in ANSIColorConverter
/hal_espressif-3.6.0/components/mdns/
Dmdns.c424 …nt8_t _mdns_append_type(uint8_t * packet, uint16_t * index, uint8_t type, bool flush, uint32_t ttl) in _mdns_append_type()
602 …6_t * index, const char * instance, const char * service, const char * proto, bool flush, bool bye) in _mdns_append_ptr_record()
649 …nd_sdptr_record(uint8_t * packet, uint16_t * index, mdns_service_t * service, bool flush, bool bye) in _mdns_append_sdptr_record()
699 …pend_txt_record(uint8_t * packet, uint16_t * index, mdns_service_t * service, bool flush, bool bye) in _mdns_append_txt_record()
763 …pend_srv_record(uint8_t * packet, uint16_t * index, mdns_service_t * service, bool flush, bool bye) in _mdns_append_srv_record()
835 …ecord(uint8_t * packet, uint16_t * index, const char * hostname, uint32_t ip, bool flush, bool bye) in _mdns_append_a_record()
886 …rd(uint8_t * packet, uint16_t * index, const char * hostname, uint8_t * ipv6, bool flush, bool bye) in _mdns_append_aaaa_record()
1009 uint8_t address_type, bool flush, bool bye) in _mdns_append_host_answer()
1363 mdns_host_item_t * host, bool flush, bool bye) in _mdns_alloc_answer()
1574 static bool _mdns_append_host(mdns_out_answer_t ** destination, mdns_host_item_t * host, bool flush in _mdns_append_host()
[all …]
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/
DDUT.py153 def flush(self, index=0xFFFFFFFF): member in _DataCache
456 def write(self, data, eol='\r\n', flush=True): argument
/hal_espressif-3.6.0/components/wear_levelling/
DWL_Flash.cpp625 esp_err_t WL_Flash::flush() in flush() function in WL_Flash
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c233 int mz_deflate(mz_streamp pStream, int flush) in mz_deflate()
426 int mz_inflate(mz_streamp pStream, int flush) in mz_inflate()
1232 static int tdefl_flush_block(tdefl_compressor *d, int flush) in tdefl_flush_block()
1715 tdefl_flush flush = d->m_flush; in tdefl_compress_normal() local
1877 …onst void *pIn_buf, size_t *pIn_buf_size, void *pOut_buf, size_t *pOut_buf_size, tdefl_flush flush) in tdefl_compress()
1945 …fl_compress_buffer(tdefl_compressor *d, const void *pIn_buf, size_t in_buf_size, tdefl_flush flush) in tdefl_compress_buffer()
6589 tdefl_flush flush = TDEFL_NO_FLUSH; in mz_zip_writer_add_read_buf_callback() local
/hal_espressif-3.6.0/components/mdns/private_include/
Dmdns_private.h240 uint8_t flush; member
319 uint8_t flush; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h201 BOOLEAN flush; member