/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 264 int bytes_read = -1; in TEST_F() local
|
D | snoop_logger_test.cc | 1439 int bytes_read = -1; in TEST_F() local 1499 int bytes_read = -1; in TEST_F() local 1670 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 | 75 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
|
D | h4_parser.cc | 105 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | alarm.cc | 77 auto bytes_read = read(fd_, ×_invoked, sizeof(uint64_t)); in on_fire() local
|
D | repeating_alarm.cc | 77 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/stack/a2dp/ |
D | a2dp_aac_encoder_linux.cc | 316 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local 361 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 | 376 uint32_t bytes_read = 0; in a2dp_opus_encode_frames() local 455 static bool a2dp_opus_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_opus_read_feeding()
|
D | a2dp_aac_encoder.cc | 585 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local 653 static bool a2dp_aac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_aac_read_feeding()
|
D | a2dp_sbc_encoder.cc | 492 uint32_t bytes_read = 0; in a2dp_sbc_encode_frames() local 560 static bool a2dp_sbc_read_feeding(uint32_t* bytes_read) { in a2dp_sbc_read_feeding()
|
D | a2dp_vendor_ldac_encoder.cc | 453 uint32_t bytes_read = 0; in a2dp_ldac_encode_frames() local 537 static bool a2dp_ldac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_ldac_read_feeding()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 860 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 1020 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 1058 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 1095 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local 1132 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_control.cc | 418 void btif_a2dp_control_log_bytes_read(uint32_t bytes_read) { in btif_a2dp_control_log_bytes_read()
|
D | btif_a2dp_source.cc | 931 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/adb/client/ |
D | incremental.cpp | 231 int bytes_read; in wait_for_installation() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | hearing_aid_software_encoding_hidl.cc | 126 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 | 132 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
|
D | hfp_client_interface_aidl.cc | 130 void HfpTransport::LogBytesProcessed(size_t bytes_read) {} in LogBytesProcessed()
|
/packages/modules/Virtualization/rialto/src/ |
D | communication.rs | 103 let bytes_read = in recv() localVariable
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 107 uint32_t bytes_read; in send_audio_data() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 279 uint32_t bytes_read = 0; in read() local
|