Home
last modified time | relevance | path

Searched defs:Packet (Results 1 – 25 of 196) sorted by relevance

12345678

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dpacket_buffer.h34 struct Packet { struct
40 Packet& operator=(const Packet&) = delete; argument
41 Packet& operator=(Packet&&) = delete; argument
56 // Set and used internally by the PacketBuffer. argument
68 std::vector<std::unique_ptr<Packet>> packets; argument
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dpacket.h28 struct Packet { struct
29 struct Priority {
77 RtpPacketInfo packet_info; argument
81 Packet(); argument
91 Packet& operator=(Packet&& b); argument
125 typedef std::list<Packet> PacketList; argument
/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs148 fn process_classic_connection(&mut self, address: Address, packet: &Packet) { in process_classic_connection()
165 fn process_sync_connection(&mut self, address: Address, packet: &Packet) { in process_sync_connection()
179 packet: &Packet, in process_le_create_connection()
191 fn process_add_accept_list(&mut self, address: Address, _packet: &Packet) { in process_add_accept_list()
195 fn process_remove_accept_list(&mut self, address: Address, _packet: &Packet) { in process_remove_accept_list()
199 fn process_clear_accept_list(&mut self, _packet: &Packet) { in process_clear_accept_list()
218 packet: &Packet, in process_remote_feat_cmd()
228 packet: &Packet, in process_disconnect_cmd()
237 fn process_command_status(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status()
260 fn process_command_status_conn(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_conn()
[all …]
Dcontrollers.rs61 pub fn report_hardware_error(&mut self, packet: &Packet) { in report_hardware_error()
71 fn process_local_name(&mut self, local_name: &[u8; 248], packet: &Packet) { in process_local_name()
91 fn process_local_version(&mut self, version_info: &LocalVersionInformation, packet: &Packet) { in process_local_version()
101 fn process_new_index(&mut self, new_index: &NewIndex, packet: &Packet) { in process_new_index()
115 fn process(&mut self, packet: &Packet) { in process()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_packetizer_av1.h43 struct Packet { struct
44 explicit Packet(int first_obu_index) : first_obu(first_obu_index) {} in Packet() argument
59 static int AdditionalBytesForPreviousObuElement(const Packet& packet); argument
H A Dulpfec_generator_unittest.cc67 struct Packet { in TEST_F() struct
68 size_t header_size; in TEST_F()
69 size_t payload_size; in TEST_F()
70 uint16_t seq_num; in TEST_F()
71 bool marker_bit; in TEST_F()
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_test_vectors.py53 def finalize(self, parent: "Packet"):
104 def finalize(self, parent: "Packet"):
114 class Packet: class
119 def finalize(self, parent: Optional["Packet"] = None):
188 def get_cond_value(parent: Packet, field: ast.Field) -> int:
197 def get_field_size(parent: Packet, field_id: str) -> int:
215 def get_array_count(parent: Packet, field_id: str) -> int:
234 def compute_checksum(parent: Packet, field_id: str) -> int:
253 def get_padding(parent: Packet, field_id: str, width: int) -> List[Value]:
504 field: ast.Field, constraints: List[ast.Constraint], payload: Optional[List[Packet]]
[all …]
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.h47 struct Packet { struct
55 void IncomingPacket(Packet packet); argument
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DMatrixProductCommon.h144 EIGEN_ALWAYS_INLINE void bcouple_common(PacketBlock<Packet,4>& taccReal, PacketBlock<Packet,4>& tac… in bcouple_common()
158 EIGEN_ALWAYS_INLINE void bcouple(PacketBlock<Packet,4>& taccReal, PacketBlock<Packet,4>& taccImag, … in bcouple()
174 EIGEN_ALWAYS_INLINE void bcouple_common(PacketBlock<Packet,1>& taccReal, PacketBlock<Packet,1>& tac… in bcouple_common()
182 EIGEN_ALWAYS_INLINE void bcouple(PacketBlock<Packet,1>& taccReal, PacketBlock<Packet,1>& taccImag, … in bcouple()
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/
H A Duart_transport_test.cc39 DecodeHciUartData(ConstByteSpan(), [](const Packet&) { FAIL(); }); in TEST_F()
49 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
59 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
76 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
108 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
125 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
157 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
174 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
206 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
223 DecodeHciUartData(uart_buffer_, [](const Packet&) { FAIL(); }); in TEST_F()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dport.h17 struct Packet { struct
34 virtual void AcceptPacket(std::unique_ptr<Packet> packet) = 0; argument
/aosp_15_r20/external/webrtc/video/
H A Dsend_delay_stats.h62 struct Packet { struct
63 Packet(uint32_t ssrc, int64_t capture_time_ms, int64_t send_time_ms) in Packet() function
71 typedef std::map<uint16_t, Packet, SequenceNumberOlderThan> PacketMap; argument
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dpacket_test.cc80 TEST(Packet, Encode) { in TEST() argument
91 TEST(Packet, Encode_BufferTooSmall) { in TEST() argument
100 TEST(Packet, Decode_ValidPacket) { in TEST() argument
116 TEST(Packet, Decode_InvalidPacket) { in TEST() argument
157 TEST(Packet, EncodeDecodeFixed) { in TEST() argument
174 TEST(Packet, PayloadUsableSpace_ExactFit) { in TEST() argument
180 TEST(Packet, PayloadUsableSpace_LargerVarints) { in TEST() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs34 struct Packet<T> { struct
45 impl<T> Packet<T> { argument
106 let packet = &*(token.zero.0 as *const Packet<T>); in write() constant
119 let packet = &*(token.zero.0 as *const Packet<T>); in read() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs34 struct Packet<T> { struct
45 impl<T> Packet<T> { argument
107 let packet = &*(token.zero.0 as *const Packet<T>); in write() constant
121 let packet = unsafe { &*(token.zero.0 as *const Packet<T>) }; in read() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs34 struct Packet<T> { struct
45 impl<T> Packet<T> { implementation
107 let packet = &*(token.zero.0 as *const Packet<T>); in write() constant
121 let packet = unsafe { &*(token.zero.0 as *const Packet<T>) }; in read() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs34 struct Packet<T> { struct
45 impl<T> Packet<T> { argument
107 let packet = &*(token.zero.0 as *const Packet<T>); in write() constant
121 let packet = unsafe { &*(token.zero.0 as *const Packet<T>) }; in read() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs34 struct Packet<T> { struct
45 impl<T> Packet<T> { implementation
106 let packet = &*(token.zero.0 as *const Packet<T>); in write() constant
119 let packet = &*(token.zero.0 as *const Packet<T>); in read() constant
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtest_client.h28 struct Packet { struct
42 // Default timeout for NextPacket reads. argument
/aosp_15_r20/external/armnn/profiling/common/include/
H A DPacket.hpp18 class Packet class
21 Packet() in Packet() function in arm::pipe::Packet
29 Packet(uint32_t header) in Packet() function in arm::pipe::Packet
38 Packet(uint32_t header, uint32_t length, std::unique_ptr<unsigned char[]>& data) in Packet() function in arm::pipe::Packet
52 Packet(Packet&& other) in Packet() function in arm::pipe::Packet
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtrace_renderer.h59 struct Packet { struct
66 std::vector<Packet> packet_buffer_; argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
H A Dloopback.h75 struct Packet { struct
78 PacketIndicator indicator; argument
79 fuchsia_hardware_bluetooth::PacketDirection direction; argument
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dzero.rs36 struct Packet<T> { struct
47 impl<T> Packet<T> { impl
151 let packet = &*(token.zero.0 as *const Packet<T>); in write() constant
180 let packet = &*(token.zero.0 as *const Packet<T>); in read() constant
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.cc55 struct Packet { in GetLinkParameters() struct
56 unsigned length; in GetLinkParameters()
57 unsigned slots; in GetLinkParameters()
59 Packet(unsigned length, unsigned slots) : length(length), slots(slots) {} in GetLinkParameters() argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state_unittest.cc39 struct Packet { struct
40 uint32_t mapping_name_id;
41 uint32_t build_id;
42 uint32_t frame_name_id;
43 uint32_t mapping_id;
44 uint32_t frame_id;

12345678