Searched refs:WriteData (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | record_file_writer.cpp | 132 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
|
D | record_file.h | 73 bool WriteData(const void* buf, size_t len);
|
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.h | 72 size_t WriteData(const void* buffer, size_t bytes) const;
|
D | device_port_proxy.cc | 390 size_t BluetoothAudioPortOut::WriteData(const void* buffer, size_t bytes) const { in WriteData() function in android::bluetooth::audio::BluetoothAudioPortOut
|
D | stream_apis.cc | 460 totalWritten = out->bluetooth_output_.WriteData(buffer, bytes); in out_write()
|