/packages/modules/Bluetooth/system/vendor_libs/linux/interface/ |
D | hci_packetizer.cc | 58 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local 76 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
|
D | h4_protocol.cc | 100 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tpkt.data(), max_plen)); in OnDataReady() local
|
/packages/services/Car/cpp/bugreport/ |
D | main.cpp | 144 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/ |
D | h4_data_channel_packetizer.cc | 72 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
|
D | h4_packetizer.cc | 61 ssize_t bytes_read; in OnDataReady() local
|
D | h4_parser.cc | 107 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | alarm.cc | 76 auto bytes_read = read(fd_, ×_invoked, sizeof(uint64_t)); in on_fire() local
|
D | repeating_alarm.cc | 76 auto bytes_read = read(fd_, ×_invoked, sizeof(uint64_t)); in on_fire() local
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_channel_transport.cc | 49 ssize_t bytes_read = socket->Recv(&command_name_size, 1); in OnCommandReady() local
|
/packages/services/Car/cpp/security/vehicle_binding_util/src/ |
D | VehicleBindingUtil.cpp | 128 ssize_t bytes_read; in fill() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 263 uint32_t bytes_read = 0; in read() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | hearing_aid_software_encoding_hidl.cc | 116 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
D | a2dp_encoding_hidl.cc | 176 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_control.cc | 443 void btif_a2dp_control_log_bytes_read(uint32_t bytes_read) { in btif_a2dp_control_log_bytes_read()
|
D | btif_a2dp_source.cc | 930 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/ |
D | hearing_aid_software_encoding_aidl.cc | 122 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
D | a2dp_encoding_aidl.cc | 190 void A2dpTransport::LogBytesRead(size_t bytes_read) { in LogBytesRead()
|
/packages/modules/adb/client/ |
D | incremental.cpp | 231 int bytes_read; in wait_for_installation() local
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_vendor_opus_encoder.cc | 385 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()
|
D | a2dp_aac_encoder.cc | 600 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()
|
D | a2dp_vendor_ldac_encoder.cc | 463 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()
|
D | a2dp_sbc_encoder.cc | 501 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/ |
D | hearing_aid_audio_source.cc | 95 uint32_t bytes_read; in send_audio_data() local
|
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_source_hal_client.cc | 190 uint32_t bytes_read = halSinkInterface_->Read(data.data(), bytes_per_tick); in SendAudioData() local
|
/packages/modules/adb/tls/ |
D | tls_connection.cpp | 328 int bytes_read = in ReadFully() local
|