Home
last modified time | relevance | path

Searched refs:WriteData (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/
Drecord_file_writer.cpp135 bool result = WriteData(record.Binary(), record.size()); in WriteRecord()
138 result = WriteData(auxtrace->location.addr, auxtrace->data->aux_size); in WriteRecord()
154 if (!WriteData(header_buf, Record::header_size())) { in WriteRecord()
157 if (!WriteData(p, bytes_to_write)) { in WriteRecord()
167 return WriteData(header_buf, Record::header_size()); in WriteRecord()
170 bool RecordFileWriter::WriteData(const void* buf, size_t len) { in WriteData() function in simpleperf::RecordFileWriter
Drecord_file.h76 bool WriteData(const void* buf, size_t len);
Dcmd_record.cpp1668 !record_file_writer_->WriteData(buf.data(), nread)) { in MergeMapRecords()
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h120 size_t WriteData(const void* buffer, size_t bytes) const;
Ddevice_port_proxy.cc467 size_t BluetoothAudioPortOut::WriteData(const void* buffer, size_t bytes) const { in WriteData() function in android::bluetooth::audio::BluetoothAudioPortOut
Dstream_apis.cc515 totalWritten = out->bluetooth_output_.WriteData(buffer, bytes); in out_write()
/system/bt/main/shim/
Dacl_api.cc61 Stack::GetInstance()->GetAcl()->WriteData(handle, std::move(packet)); in ACL_WriteData()
Dacl.h90 void WriteData(uint16_t hci_handle,
Dacl.cc1122 void shim::legacy::Acl::WriteData(HciHandle handle, in WriteData() function in shim::legacy::Acl