Home
last modified time | relevance | path

Searched defs:PacketType (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dhci_packet.rs171 pub enum PacketType { enum
186 impl ::protobuf::Enum for PacketType { implementation
193 fn from_i32(value: i32) -> ::std::option::Option<PacketType> { in from_i32()
215 impl ::protobuf::EnumFull for PacketType { implementation
227 impl ::std::default::Default for PacketType { implementation
233 impl PacketType { implementation
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dmod.rs31 pub(crate) enum PacketType { enum
38 impl TryFrom<u8> for PacketType { implementation
135 fn prepend_packet_type<T: Packet>(packet_type: PacketType, packet: T) -> Vec<u8> { in prepend_packet_type()
144 expected_packet_type: PacketType, in parse_with_expected_packet_type()
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dtest_method_context.h79 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientError() local
118 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientStream() local
134 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientStreamEnd() local
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dpayloads_view.h133 using PacketType = internal::pwpb::PacketType; variable
246 using PacketType = internal::pwpb::PacketType; variable
/aosp_15_r20/external/eigen/test/
H A Dvectorization_logic.cpp109 typedef typename internal::packet_traits<Scalar>::type PacketType; typedef
274 …ypename internal::unpacket_traits<typename internal::packet_traits<Scalar>::type>::half PacketType; typedef
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingMocks.hpp48 enum class PacketType enum in arm::pipe::MockProfilingConnection
112 long CheckForPacket(const std::pair<PacketType, uint32_t> packetInfo) in CheckForPacket()
123 …[&packetInfo](const std::pair<PacketType, uint32_t> pair) { return packetInfo.first == pair.first;… in CheckForPacket()
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionGpu.h244 typedef typename packet_traits<Eigen::half>::type PacketType; in ReductionInitKernelHalfFloat() typedef
263 typedef typename packet_traits<Eigen::half>::type PacketType; in FullReductionKernelHalfFloat() typedef
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4.h23 enum class PacketType : uint8_t { enum
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dh4.h23 enum class PacketType : uint8_t { enum
/aosp_15_r20/packages/services/Car/cpp/computepipe/proto/
DOutputConfig.proto5 enum PacketType { enum
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dhci_packet.proto26 enum PacketType { enum
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A Demulated_bluetooth_packets.proto26 enum PacketType { enum
/aosp_15_r20/external/pigweed/pw_rpc/internal/
H A Dpacket.proto20 enum PacketType { enum
/aosp_15_r20/hardware/interfaces/bluetooth/hci/
H A Dhci_internals.h24 enum class PacketType : uint8_t { enum
/aosp_15_r20/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DImsMediaSession.java63 public @interface PacketType { annotation
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtrace_renderer.h28 enum class PacketType { SENT, ACKED, LOST, APP_LIMITED }; enum
/aosp_15_r20/system/chre/host/common/include/chre_host/
H A Dbt_snoop_log_parser.h44 enum class PacketType : uint8_t { enum
/aosp_15_r20/external/googleapis/google/cloud/visionai/v1alpha1/
H A Dstreaming_resources.proto64 message PacketType { message
/aosp_15_r20/external/googleapis/google/cloud/visionai/v1/
H A Dstreaming_resources.proto64 message PacketType { message
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DRedux.h30 …ypename find_best_packet<typename Evaluator::Scalar,Evaluator::SizeAtCompileTime>::type PacketType; typedef
H A DAssignEvaluator.h114 …nal<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType; typedef
/aosp_15_r20/external/webrtc/rtc_base/network/
H A Dsent_packet.h22 enum class PacketType { enum
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_cmd_packet.h42 using PacketType = _PacketType; variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dipxtfflt.h26 UCHAR PacketType; member
/aosp_15_r20/external/python/bumble/bumble/
Davctp.py155 class PacketType(IntEnum): class in Protocol

123