/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 68 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()
|
D | trusty_gatekeeper.cpp | 110 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/ |
D | socket.cpp | 114 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
|
D | socket_mock.h | 58 bool Send(const void* data, size_t length) override; 59 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
|
D | socket.h | 71 virtual bool Send(const void* data, size_t length) = 0; 80 virtual bool Send(std::vector<cutils_socket_buffer_t> buffers) = 0;
|
D | socket_mock.cpp | 41 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()
|
D | socket_test.cpp | 65 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()
|
D | tcp.cpp | 96 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/ |
D | phy_layer_factory.cc | 51 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()
|
D | phy_layer_factory.h | 48 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;
|
D | phy_layer.h | 30 virtual void Send(const std::shared_ptr<packets::LinkLayerPacketBuilder> packet) = 0;
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | polled_socket_test.cc | 63 client_.Send(tx_buf); in TEST_F() 65 client_.Send(tx_buf); in TEST_F()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | beacon.cc | 75 phy->Send(to_send); in TimerTick() 89 phy->Send(to_send); in IncomingPacket()
|
D | hci_protocol.h | 34 virtual size_t Send(uint8_t type, const uint8_t* data, size_t length) = 0;
|
D | h4_protocol.h | 30 size_t Send(uint8_t type, const uint8_t* data, size_t length);
|
D | h4_packetizer.h | 35 size_t Send(uint8_t type, const uint8_t* data, size_t length);
|
D | device.cc | 64 phy->Send(to_send); in SendLinkLayerPacket()
|
D | loopback.cc | 95 phy->Send(to_send); in IncomingPacket()
|
D | h4_protocol.cc | 38 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/ |
D | iiorap_impl.cc | 42 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/ |
D | LeakPipe.h | 101 bool Send(const T& value) { in Send() function 117 if (!Send(size)) { in SendVector()
|
/system/bt/vendor_libs/linux/interface/ |
D | h4_protocol.h | 43 size_t Send(uint8_t type, const uint8_t* data, size_t length);
|
D | h4_protocol.cc | 31 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/ |
D | lmkd.te | 24 # Send kill signals
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | lmkd.te | 24 # Send kill signals
|