Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 37) sorted by relevance

12

/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dhci_packetizer.cc58 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
76 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
Dh4_protocol.cc100 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tpkt.data(), max_plen)); in OnDataReady() local
/packages/services/Car/cpp/bugreport/
Dmain.cpp144 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, sizeof(buffer))); in zipFilesToFd() local
178 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd_in, buffer, buffer_len)); in copyTo() local
248 ssize_t bytes_read = copyTo(s, progress_socket, buffer, sizeof(buffer)); in doBugreport() local
/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dh4_data_channel_packetizer.cc72 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
Dh4_packetizer.cc61 ssize_t bytes_read; in OnDataReady() local
Dh4_parser.cc107 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dalarm.cc76 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
Drepeating_alarm.cc76 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.cc49 ssize_t bytes_read = socket->Recv(&command_name_size, 1); in OnCommandReady() local
/packages/services/Car/cpp/security/vehicle_binding_util/src/
DVehicleBindingUtil.cpp128 ssize_t bytes_read; in fill() local
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc263 uint32_t bytes_read = 0; in read() local
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dhearing_aid_software_encoding_hidl.cc116 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
Da2dp_encoding_hidl.cc176 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc443 void btif_a2dp_control_log_bytes_read(uint32_t bytes_read) { in btif_a2dp_control_log_bytes_read()
Dbtif_a2dp_source.cc930 uint32_t bytes_read = 0; in btif_a2dp_source_read_callback() local
955 uint32_t bytes_read) { in btif_a2dp_source_enqueue_callback()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhearing_aid_software_encoding_aidl.cc122 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
Da2dp_encoding_aidl.cc190 void A2dpTransport::LogBytesRead(size_t bytes_read) { in LogBytesRead()
/packages/modules/adb/client/
Dincremental.cpp231 int bytes_read; in wait_for_installation() local
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_opus_encoder.cc385 uint32_t bytes_read = 0; in a2dp_opus_encode_frames() local
459 static bool a2dp_opus_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_opus_read_feeding()
Da2dp_aac_encoder.cc600 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local
664 static bool a2dp_aac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_aac_read_feeding()
Da2dp_vendor_ldac_encoder.cc463 uint32_t bytes_read = 0; in a2dp_ldac_encode_frames() local
543 static bool a2dp_ldac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_ldac_read_feeding()
Da2dp_sbc_encoder.cc501 uint32_t bytes_read = 0; in a2dp_sbc_encode_frames() local
564 static bool a2dp_sbc_read_feeding(uint32_t* bytes_read) { in a2dp_sbc_read_feeding()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc95 uint32_t bytes_read; in send_audio_data() local
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc190 uint32_t bytes_read = halSinkInterface_->Read(data.data(), bytes_per_tick); in SendAudioData() local
/packages/modules/adb/tls/
Dtls_connection.cpp328 int bytes_read = in ReadFully() local

12