Home
last modified time | relevance | path

Searched defs:ProcessFrame (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Denhanced_retransmission_mode_rx_engine.cc137 ByteBufferPtr Engine::ProcessFrame(const SimpleInformationFrameHeader header, in ProcessFrame() function in bt::l2cap::internal::Engine
176 ByteBufferPtr Engine::ProcessFrame(const SimpleStartOfSduFrameHeader, PDU) { in ProcessFrame() function in bt::l2cap::internal::Engine
181 ByteBufferPtr Engine::ProcessFrame(const SimpleSupervisoryFrame sframe, PDU) { in ProcessFrame() function in bt::l2cap::internal::Engine
253 ByteBufferPtr Engine::ProcessFrame(std::monostate, PDU) { in ProcessFrame() function in bt::l2cap::internal::Engine
/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/
H A Dconnection.h128 Status ProcessFrame() { return reader_.ProcessFrame(); } in ProcessFrame() function
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc229 void VideoProcessor::ProcessFrame() { in ProcessFrame() function in webrtc::test::VideoProcessor
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dconnection.cc324 Status Connection::Reader::ProcessFrame() { in ProcessFrame() function in pw::grpc::Connection::Reader