Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h118 virtual size_t WriteData(const void* buffer, size_t bytes) const { in WriteData() function
208 size_t WriteData(const void* buffer, size_t bytes) const override;
Ddevice_port_proxy_hidl.h111 size_t WriteData(const void* buffer, size_t bytes) const override;
Ddevice_port_proxy_hidl.cc509 size_t BluetoothAudioPortHidlOut::WriteData(const void* buffer, in WriteData() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidlOut
Ddevice_port_proxy.cc545 size_t BluetoothAudioPortAidlOut::WriteData(const void* buffer, in WriteData() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidlOut
Dstream_apis.cc552 totalWritten = out->bluetooth_output_->WriteData(buffer, bytes); in out_write()
/packages/modules/Bluetooth/system/main/shim/
Dacl.h103 void WriteData(uint16_t hci_handle,
Dacl_api.cc79 Stack::GetInstance()->GetAcl()->WriteData(handle, std::move(packet)); in ACL_WriteData()
Dacl.cc1492 void shim::legacy::Acl::WriteData(HciHandle handle, in WriteData() function in shim::legacy::Acl