Home
last modified time | relevance | path

Searched defs:WriteData (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h112 virtual size_t WriteData(const void* /*buffer*/, size_t /*bytes*/) const { return 0; } in WriteData() function
Ddevice_port_proxy_hidl.cc472 size_t BluetoothAudioPortHidlOut::WriteData(const void* buffer, size_t bytes) const { in WriteData() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidlOut
Ddevice_port_proxy.cc629 size_t BluetoothAudioPortAidlOut::WriteData(const void* buffer, size_t bytes) const { in WriteData() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidlOut
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1319 void shim::Acl::WriteData(HciHandle handle, std::unique_ptr<packet::RawBuilder> packet) { in WriteData() function in shim::Acl