Home
last modified time | relevance | path

Searched defs:Send (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/bluetooth/hci/
Dh4_protocol.cc43 size_t H4Protocol::Send(PacketType type, const std::vector<uint8_t>& vector) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
47 size_t H4Protocol::Send(PacketType type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
/hardware/interfaces/bluetooth/1.0/default/
Dmct_protocol.cc42 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::MctProtocol
Dh4_protocol.cc32 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
Dvendor_interface.cc316 size_t VendorInterface::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::V1_0::implementation::VendorInterface
/hardware/nxp/weaver/libese_weaver/src/
Dweaver-transport-impl.cpp170 bool WeaverTransportImpl::Send(std::vector<uint8_t> data, in Send() function in WeaverTransportImpl
/hardware/google/aemu/host-common/
Dlogging_absl_unittest.cpp41 void Send(const absl::LogEntry& entry) override { in Send() function in __anon64b27bb00111::CaptureLogSink
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanBusVirtualV1_0TargetTest.cpp200 TEST_P(CanBusVirtualHalTest, Send) { in TEST_P() argument