Home
last modified time | relevance | path

Searched defs:send (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DSocket.h70 bool send(MessageFactory<T, BUFSIZE>& req) { in send() function
85 bool send(MessageFactory<T, BUFSIZE>& req, const sockaddr_nl& sa) { in send() function
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidMessageChannel.h121 bool send(const T& msg) { in send() function
131 bool send(T&& msg) { in send() function
/hardware/google/aemu/base/include/aemu/base/synchronization/
DMessageChannel.h121 bool send(const T& msg) { in send() function
131 bool send(T&& msg) { in send() function
/hardware/nxp/uwb/halimpl/tml/
DphMessageQueue.h39 void send(std::shared_ptr<T> data) { in send() function
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp64 bool Socket::send(const Buffer<nlmsghdr>& msg, const sockaddr_nl& sa) { in send() function in android::nl::Socket
85 bool Socket::send(const Buffer<nlmsghdr>& msg, uint32_t destination) { in send() function in android::nl::Socket
/hardware/google/aemu/base/include/aemu/base/async/
DAsyncSocketAdapter.h223 ssize_t send(const char* buffer, uint64_t bufferSize) { in send() function
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Difreqs.cpp64 bool send(unsigned long request, struct ifreq& ifr) { in send() function
/hardware/interfaces/tests/libhwbinder/1.0/default/
DScheduleTest.cpp51 Return<uint32_t> ScheduleTest::send(uint32_t cfg, uint32_t callerSta) { in send() function in android::hardware::tests::libhwbinder::V1_0::implementation::ScheduleTest
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp67 bool CanSocket::send(const struct canfd_frame& frame) { in send() function in android::hardware::automotive::can::V1_0::implementation::CanSocket
DCanBus.cpp33 Return<Result> CanBus::send(const CanMessage& message) { in send() function in android::hardware::automotive::can::V1_0::implementation::CanBus
/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.h94 void send(const CanMessage& msg) { in send() function
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp430 nn::Result<void> RequestChannelSender::send(const V1_0::Request& request, in send() function in android::hardware::neuralnetworks::V1_2::utils::RequestChannelSender
588 void ResultChannelSender::send(V1_0::ErrorStatus errorStatus, in send() function in android::hardware::neuralnetworks::V1_2::utils::ResultChannelSender
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp279 void BluetoothHci::send(PacketType type, const std::vector<uint8_t>& v) { in send() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
/hardware/st/secure_element2/secure_element/esehal/src/
Diso7816_t1.h68 } send; member
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp626 std::vector<char> send(trip.writeBytes, ASG_TEST_WRITE_PATTERN); in runRoundTrips() local
766 char send = ASG_TEST_WRITE_PATTERN; in TEST_F() local
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp52 Return<Result> send(const CanMessage& msg) { return mBus->send(msg); } in send() function
DVtsHalCanBusVirtualV1_0TargetTest.cpp122 void send(const CanMessage& msg) { in send() function