/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_socket_thread_test.cc | 187 int bytes_read = -1; in TEST_F() local 223 int bytes_read = -1; in TEST_F() local 265 int bytes_read = -1; in TEST_F() local
|
D | snoop_logger_test.cc | 1173 int bytes_read = -1; in TEST_F() local 1229 int bytes_read = -1; in TEST_F() local 1378 int bytes_read = -1; in TEST_F() 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 | 70 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
|
D | h4_parser.cc | 103 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | repeating_alarm.cc | 77 auto bytes_read = read(fd_, ×_invoked, sizeof(uint64_t)); in on_fire() local
|
D | alarm.cc | 83 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/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 78 uint32_t bytes_read = 0; in send_audio_data() 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/stack/a2dp/ |
D | a2dp_aac_encoder_linux.cc | 303 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local 350 static bool a2dp_aac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_aac_read_feeding()
|
D | a2dp_aac_encoder.cc | 547 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local 613 static bool a2dp_aac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_aac_read_feeding()
|
D | a2dp_vendor_opus_encoder.cc | 353 uint32_t bytes_read = 0; in a2dp_opus_encode_frames() local 429 static bool a2dp_opus_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_opus_read_feeding()
|
D | a2dp_vendor_ldac_encoder.cc | 432 uint32_t bytes_read = 0; in a2dp_ldac_encode_frames() local 514 static bool a2dp_ldac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_ldac_read_feeding()
|
D | a2dp_sbc_encoder.cc | 462 uint32_t bytes_read = 0; in a2dp_sbc_encode_frames() local 527 static bool a2dp_sbc_read_feeding(uint32_t* bytes_read) { in a2dp_sbc_read_feeding()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | hearing_aid_software_encoding_hidl.cc | 125 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
D | a2dp_encoding_hidl.cc | 189 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hearing_aid_software_encoding_aidl.cc | 126 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
/packages/modules/adb/client/ |
D | incremental.cpp | 240 int bytes_read; in wait_for_installation() local
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 750 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 884 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 912 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 943 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 976 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
|
/packages/modules/Virtualization/guest/rialto/src/ |
D | communication.rs | 103 let bytes_read = in recv() localVariable
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 293 uint32_t bytes_read = 0; in read() local
|
D | le_audio_software_host.cc | 321 uint32_t bytes_read = 0; in Read() local
|
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_source_hal_client.cc | 223 uint32_t bytes_read = halSinkInterface_->Read(data.data(), bytes_per_tick); in SendAudioData() local
|
/packages/modules/adb/tls/ |
D | tls_connection.cpp | 330 int bytes_read = in ReadFully() local
|