Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c589 static bt_status_t _btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in _btc_storage_set_ble_dev_type()
610 bt_status_t btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in btc_storage_set_ble_dev_type()
651 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()
684 bt_status_t btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_type()
696 …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()
714 …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()
744 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()
770 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()
781 …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()
799 …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-latest/tools/idf_monitor/idf_monitor_base/
Dansi_color_converter.py122 def flush(self): # type: () -> None member in ANSIColorConverter
/hal_espressif-latest/tools/esptool_py/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-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h205 BOOLEAN flush; member