Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_thread_test.cc187 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
Dsnoop_logger_test.cc1439 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/
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.cc75 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
Dh4_parser.cc105 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dalarm.cc77 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
Drepeating_alarm.cc77 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/stack/a2dp/
Da2dp_aac_encoder_linux.cc316 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()
Da2dp_vendor_opus_encoder.cc376 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()
Da2dp_aac_encoder.cc585 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()
Da2dp_sbc_encoder.cc492 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()
Da2dp_vendor_ldac_encoder.cc453 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/
Dbtif_core_test.cc860 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/
Dbtif_a2dp_control.cc418 void btif_a2dp_control_log_bytes_read(uint32_t bytes_read) { in btif_a2dp_control_log_bytes_read()
Dbtif_a2dp_source.cc931 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/
Dincremental.cpp231 int bytes_read; in wait_for_installation() local
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dhearing_aid_software_encoding_hidl.cc126 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
Da2dp_encoding_hidl.cc189 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhearing_aid_software_encoding_aidl.cc132 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
Dhfp_client_interface_aidl.cc130 void HfpTransport::LogBytesProcessed(size_t bytes_read) {} in LogBytesProcessed()
/packages/modules/Virtualization/rialto/src/
Dcommunication.rs103 let bytes_read = in recv() localVariable
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc107 uint32_t bytes_read; in send_audio_data() local
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc279 uint32_t bytes_read = 0; in read() local

12