Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 25 of 63) sorted by relevance

123

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h68 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request,
71 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse *response) { in Send() function
72 return Send(GK_ENROLL, request, response); in Send()
75 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse *response) { in Send() function
76 return Send(GK_VERIFY, request, response); in Send()
Dtrusty_gatekeeper.cpp110 gatekeeper_error_t error = Send(request, &response); in Enroll()
142 gatekeeper_error_t error = Send(request, &response); in Verify()
162 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in gatekeeper::TrustyGateKeeperDevice
/system/core/fastboot/
Dsocket.cpp114 bool Send(const void* data, size_t length) override;
115 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
135 bool UdpSocket::Send(const void* data, size_t length) { in Send() function in UdpSocket
141 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in UdpSocket
172 bool Send(const void* data, size_t length) override;
173 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
182 bool TcpSocket::Send(const void* data, size_t length) { in Send() function in TcpSocket
196 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in TcpSocket
Dsocket_mock.h58 bool Send(const void* data, size_t length) override;
59 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
Dsocket.h71 virtual bool Send(const void* data, size_t length) = 0;
80 virtual bool Send(std::vector<cutils_socket_buffer_t> buffers) = 0;
Dsocket_mock.cpp41 bool SocketMock::Send(const void* data, size_t length) { in Send() function in SocketMock
65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in SocketMock
70 return Send(data.data(), data.size()); in Send()
Dsocket_test.cpp65 return sock->Send(message.c_str(), message.length()); in SendString()
196 EXPECT_TRUE(sock->Send(buffers)); in TEST()
199 EXPECT_FALSE(sock->Send(buffers)); in TEST()
202 EXPECT_FALSE(sock->Send(buffers)); in TEST()
205 EXPECT_FALSE(sock->Send(buffers)); in TEST()
278 EXPECT_EQ(expect_success, sock->Send(buffers)); in TEST()
Dtcp.cpp96 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in InitializeProtocol()
163 if (!socket_->Send(std::vector<cutils_socket_buffer_t>{{header, 8}, {data, length}})) { in Write()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc51 void PhyLayerFactory::Send(const std::shared_ptr<packets::LinkLayerPacketBuilder> packet, uint32_t … in Send() function in test_vendor_lib::PhyLayerFactory
96 void PhyLayerImpl::Send(const std::shared_ptr<packets::LinkLayerPacketBuilder> packet) { in Send() function in test_vendor_lib::PhyLayerImpl
97 factory_->Send(packet, GetId()); in Send()
Dphy_layer_factory.h48 virtual void Send(const std::shared_ptr<packets::LinkLayerPacketBuilder> packet, uint32_t id);
62 virtual void Send(const std::shared_ptr<packets::LinkLayerPacketBuilder> packet) override;
Dphy_layer.h30 virtual void Send(const std::shared_ptr<packets::LinkLayerPacketBuilder> packet) = 0;
/system/bt/vendor_libs/test_vendor_lib/test/
Dpolled_socket_test.cc63 client_.Send(tx_buf); in TEST_F()
65 client_.Send(tx_buf); in TEST_F()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dbeacon.cc75 phy->Send(to_send); in TimerTick()
89 phy->Send(to_send); in IncomingPacket()
Dhci_protocol.h34 virtual size_t Send(uint8_t type, const uint8_t* data, size_t length) = 0;
Dh4_protocol.h30 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Dh4_packetizer.h35 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Ddevice.cc64 phy->Send(to_send); in SendLinkLayerPacket()
Dloopback.cc95 phy->Send(to_send); in IncomingPacket()
Dh4_protocol.cc38 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in test_vendor_lib::hci::H4Protocol
/system/iorap/src/binder/
Diiorap_impl.cc42 Status Send(const char* function_name, Args&& ... args);
53 return Send(#name, impl_.get(), IIORAP_IMPL_ARG_NAMES(__VA_ARGS__)); \
263 Status Send(const char* function_name, Args&&... args) { in Send() function
/system/core/libmemunreachable/
DLeakPipe.h101 bool Send(const T& value) { in Send() function
117 if (!Send(size)) { in SendVector()
/system/bt/vendor_libs/linux/interface/
Dh4_protocol.h43 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Dh4_protocol.cc31 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
/system/sepolicy/prebuilts/api/26.0/public/
Dlmkd.te24 # Send kill signals
/system/sepolicy/prebuilts/api/27.0/public/
Dlmkd.te24 # Send kill signals

123