Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_writer.cpp132 bool result = WriteData(record.Binary(), record.size()); in WriteRecord()
135 result = WriteData(auxtrace->location.addr, auxtrace->data->aux_size); in WriteRecord()
151 if (!WriteData(header_buf, Record::header_size())) { in WriteRecord()
154 if (!WriteData(p, bytes_to_write)) { in WriteRecord()
164 return WriteData(header_buf, Record::header_size()); in WriteRecord()
167 bool RecordFileWriter::WriteData(const void* buf, size_t len) { in WriteData() function in RecordFileWriter
Drecord_file.h73 bool WriteData(const void* buf, size_t len);
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h72 size_t WriteData(const void* buffer, size_t bytes) const;
Ddevice_port_proxy.cc390 size_t BluetoothAudioPortOut::WriteData(const void* buffer, size_t bytes) const { in WriteData() function in android::bluetooth::audio::BluetoothAudioPortOut
Dstream_apis.cc460 totalWritten = out->bluetooth_output_.WriteData(buffer, bytes); in out_write()