Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dusb_client.cpp258 char* char_data = static_cast<char*>(data); in Read() local
263 handle_->read(handle_.get(), char_data, bytes_to_read, true /* allow_partial */); in Read()
269 char_data += bytes_read_now; in Read()
281 const char* char_data = reinterpret_cast<const char*>(data); in Write() local
285 auto bytes_written_now = handle_->write(handle_.get(), char_data, bytes_to_write); in Write()
290 char_data += bytes_written_now; in Write()