Home
last modified time | relevance | path

Searched defs:SendFrame (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dfake_tx_channel.h42 void SendFrame(ByteBufferPtr frame) override { in SendFrame() function
/aosp_15_r20/external/openthread/src/android/thread_network_hal/
H A Dvendor_interface.cpp82 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::VendorInterface
H A Dhal_interface.cpp219 otError HalInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::HalInterface
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dvendor_interface_example.cpp126 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::VendorInterface
H A Dhdlc_interface.cpp212 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::HdlcInterface
H A Dspi_interface.cpp784 otError SpiInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::SpiInterface
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_send_frame_transformer_delegate.cc112 void ChannelSendFrameTransformerDelegate::SendFrame( in SendFrame() function in webrtc::ChannelSendFrameTransformerDelegate
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl2_unittest.cc327 bool SendFrame(const RtpRtcpModule* module, in SendFrame() function in webrtc::RtpRtcpImpl2Test
336 bool SendFrame(const RtpRtcpModule* module, in SendFrame() function in webrtc::RtpRtcpImpl2Test
H A Drtp_rtcp_impl_unittest.cc210 void SendFrame(const RtpRtcpModule* module, in SendFrame() function in webrtc::RtpRtcpImplTest
/aosp_15_r20/external/perfetto/src/ipc/
H A Dclient_impl.cc141 bool ClientImpl::SendFrame(const Frame& frame, int fd) { in SendFrame() function in perfetto::ipc::ClientImpl
H A Dhost_impl.cc385 void HostImpl::SendFrame(ClientConnection* client, const Frame& frame, int fd) { in SendFrame() function in perfetto::ipc::HostImpl
H A Dhost_impl_unittest.cc193 void SendFrame(const Frame& frame, int fd = -1) { in SendFrame() function in perfetto::ipc::__anon4f3d4fc30111::FakeClient
/aosp_15_r20/hardware/interfaces/threadnetwork/aidl/default/
H A Dsocket_interface.cpp84 otError SocketInterface::SendFrame(const uint8_t* aFrame, uint16_t aLength) { in SendFrame() function in aidl::android::hardware::threadnetwork::SocketInterface
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel.cc512 void ChannelImpl::SendFrame(ByteBufferPtr pdu) { in SendFrame() function in bt::l2cap::internal::ChannelImpl
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel.cc308 WebSocketChannel::ChannelState WebSocketChannel::SendFrame( in SendFrame() function in net::WebSocketChannel
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc1630 void SendFrame() { in SendFrame() function in cricket::WebRtcVideoChannelBaseTest