Home
last modified time | relevance | path

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

1234

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h73 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request,
76 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse *response) { in Send() function
77 return Send(GK_ENROLL, request, response); in Send()
80 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse *response) { in Send() function
81 return Send(GK_VERIFY, request, response); in Send()
Dtrusty_gatekeeper.cpp83 auto error = Send(request, &response); in enroll()
117 auto error = Send(request, &response); in verify()
146 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in gatekeeper::TrustyGateKeeperDevice
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc59 void PhyLayerFactory::Send( in Send() function in test_vendor_lib::PhyLayerFactory
73 Send(link_layer_packet_view, id); in Send()
76 void PhyLayerFactory::Send(model::packets::LinkLayerPacketView packet, in Send() function in test_vendor_lib::PhyLayerFactory
122 void PhyLayerImpl::Send( in Send() function in test_vendor_lib::PhyLayerImpl
124 factory_->Send(packet, GetId()); in Send()
127 void PhyLayerImpl::Send(model::packets::LinkLayerPacketView packet) { in Send() function in test_vendor_lib::PhyLayerImpl
128 factory_->Send(packet, GetId()); in Send()
Dphy_layer_factory.h54 virtual void Send(
57 virtual void Send(model::packets::LinkLayerPacketView packet, uint32_t id);
74 void Send(
76 void Send(model::packets::LinkLayerPacketView packet) override;
Dphy_layer.h35 virtual void Send(
37 virtual void Send(model::packets::LinkLayerPacketView packet) = 0;
/system/core/fastboot/
Dsocket.cpp116 bool Send(const void* data, size_t length) override;
117 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
137 bool UdpSocket::Send(const void* data, size_t length) { in Send() function in UdpSocket
143 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in UdpSocket
174 bool Send(const void* data, size_t length) override;
175 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
184 bool TcpSocket::Send(const void* data, size_t length) { in Send() function in TcpSocket
198 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.cpp97 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in InitializeProtocol()
164 if (!socket_->Send(std::vector<cutils_socket_buffer_t>{{header, 8}, {data, length}})) { in Write()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice.cc62 phy->Send(to_send); in SendLinkLayerPacket()
69 phy->Send(to_send); in SendLinkLayerPacket()
Dbeacon.cc74 phy->Send(to_send); in TimerTick()
91 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.h36 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Dloopback.cc85 phy->Send(to_send); in IncomingPacket()
/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/gd/common/
Dbidi_queue_unittest.cc68 std::promise<void>* Send(TA* value) { in Send() function in bluetooth::common::__anon3d9865f90111::TestBidiQueueEnd
125 auto promise_sending_b = test_up.Send(sending_b); in TEST_F()
133 auto promise_sending_a = test_down.Send(sending_a); in TEST_F()
/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/fastboot/device/
Dtcp_client.cpp111 if (!socket_->Send(std::vector<cutils_socket_buffer_t>{{header, 8}, {data, len}})) { in Write()
168 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in ListenFastbootSocket()
/system/memory/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.h44 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

1234