Searched defs:WriteData (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ | ||
D | device_port_proxy.h | 112 virtual size_t WriteData(const void* /*buffer*/, size_t /*bytes*/) const { return 0; } in WriteData() function |
D | device_port_proxy_hidl.cc | 472 size_t BluetoothAudioPortHidlOut::WriteData(const void* buffer, size_t bytes) const { in WriteData() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidlOut |
D | device_port_proxy.cc | 629 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/ | ||
D | acl.cc | 1319 void shim::Acl::WriteData(HciHandle handle, std::unique_ptr<packet::RawBuilder> packet) { in WriteData() function in shim::Acl |