Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_ble_storage.h70 …us_t btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool flush);
74 bt_status_t btc_storage_remove_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, bool flush);
78 …tus_t btc_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, uint8_t addr_type, bool flush);
80 bt_status_t btc_storage_remove_remote_addr_type(bt_bdaddr_t *remote_bd_addr, bool flush);
82 bt_status_t btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush);
84 bt_status_t btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c445 static bt_status_t _btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in _btc_storage_set_ble_dev_type() argument
459 if (flush) { in _btc_storage_set_ble_dev_type()
466 bt_status_t btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in btc_storage_set_ble_dev_type() argument
471 ret = _btc_storage_set_ble_dev_type(bd_addr, flush); in btc_storage_set_ble_dev_type()
507 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() argument
533 if (flush) { in _btc_storage_remove_ble_dev_type()
540 bt_status_t btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_type() argument
545 ret = _btc_storage_remove_ble_dev_type(remote_bd_addr, flush); in btc_storage_remove_ble_dev_type()
552 …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() argument
563 if (flush) { in _btc_storage_set_ble_dev_auth_mode()
[all …]
/hal_espressif-3.7.0/tools/idf_monitor/idf_monitor_base/
Dansi_color_converter.py103 self.flush()
113 self.flush()
122 def flush(self): # type: () -> None member in ANSIColorConverter
124 self.output.flush() # type: ignore
Dserial_reader.py80 sys.stderr.flush()
Dgdbhelper.py111 panic_output_file.flush()
Dcoredump.py54 coredump_file.flush()
/hal_espressif-3.7.0/components/esp_rom/include/
Dminiz.h199 int mz_deflate(mz_streamp pStream, int flush);
239 int mz_inflate(mz_streamp pStream, int flush);
750 …nst void *pIn_buf, size_t *pIn_buf_size, void *pOut_buf, size_t *pOut_buf_size, tdefl_flush flush);
754 …l_compress_buffer(tdefl_compressor *d, const void *pIn_buf, size_t in_buf_size, tdefl_flush flush);
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
Dminiz.c233 int mz_deflate(mz_streamp pStream, int flush) in mz_deflate() argument
239 … if ((!pStream) || (!pStream->state) || (flush < 0) || (flush > MZ_FINISH) || (!pStream->next_out)) in mz_deflate()
244 if (flush == MZ_PARTIAL_FLUSH) in mz_deflate()
245 flush = MZ_SYNC_FLUSH; in mz_deflate()
248 return (flush == MZ_FINISH) ? MZ_STREAM_END : MZ_BUF_ERROR; in mz_deflate()
258 … *)pStream->state, pStream->next_in, &in_bytes, pStream->next_out, &out_bytes, (tdefl_flush)flush); in mz_deflate()
280 else if ((!pStream->avail_in) && (flush != MZ_FINISH)) in mz_deflate()
282 … if ((flush) || (pStream->total_in != orig_total_in) || (pStream->total_out != orig_total_out)) in mz_deflate()
426 int mz_inflate(mz_streamp pStream, int flush) in mz_inflate() argument
435 if (flush == MZ_PARTIAL_FLUSH) in mz_inflate()
[all …]
/hal_espressif-3.7.0/tools/esptool_py/esptool/
Dcmds.py132 sys.stdout.flush()
178 sys.stdout.flush()
212 sys.stdout.flush()
609 sys.stdout.flush()
663 sys.stdout.flush()
1185 sys.stdout.flush()
Dloader.py609 sys.stdout.flush()
694 sys.stdout.flush()
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/
Dminiz.h346 int mz_deflate(mz_streamp pStream, int flush);
389 int mz_inflate(mz_streamp pStream, int flush);
737 …nst void *pIn_buf, size_t *pIn_buf_size, void *pOut_buf, size_t *pOut_buf_size, tdefl_flush flush);
741 …l_compress_buffer(tdefl_compressor *d, const void *pIn_buf, size_t in_buf_size, tdefl_flush flush);
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c279 p_buf->flush = TRUE; in BTA_AvStop()
Dbta_av_aact.c2049 if (p_data && p_data->api_stop.flush) { in bta_av_str_stopped()
2137 stop.flush = FALSE; in bta_av_reconfig()
2400 stop.flush = FALSE; in bta_av_start_ok()
Dbta_av_main.c1001 stop.flush = FALSE; in bta_av_sco_chg_cback()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h205 BOOLEAN flush; member
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/
Dbase_fields.py633 sys.stdout.flush()