Searched defs:Send (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/bluetooth/hci/ |
D | h4_protocol.cc | 43 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/ |
D | mct_protocol.cc | 42 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::MctProtocol
|
D | h4_protocol.cc | 32 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
|
D | vendor_interface.cc | 316 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/ |
D | weaver-transport-impl.cpp | 170 bool WeaverTransportImpl::Send(std::vector<uint8_t> data, in Send() function in WeaverTransportImpl
|
/hardware/google/aemu/host-common/ |
D | logging_absl_unittest.cpp | 41 void Send(const absl::LogEntry& entry) override { in Send() function in __anon64b27bb00111::CaptureLogSink
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanBusVirtualV1_0TargetTest.cpp | 200 TEST_P(CanBusVirtualHalTest, Send) { in TEST_P() argument
|