Home
last modified time | relevance | path

Searched defs:Traits (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Component.h405 struct Traits { struct
407 C2String name; ///< name of the component
408 domain_t domain; ///< component domain
409 kind_t kind; ///< component kind
410 rank_t rank; ///< component rank
411 C2String mediaType; ///< media type supported by the component
412 C2String owner; ///< name of the component store owning this component
418 std::vector<C2String> aliases; ///< name aliases for backward compatibility
DC2Buffer.h586 struct Traits { struct
587 C2String name; ///< allocator name
588 id_t id; ///< allocator ID
589 type_t supportedTypes; ///< supported allocation types
590 C2MemoryUsage minimumUsage; ///< usage that is minimally required for allocations
591 C2MemoryUsage maximumUsage; ///< usage that is maximally allowed for allocations
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h142 struct Traits : public BaseTraits { struct
160 // Sanity check the options provided in Traits. argument
/frameworks/native/libs/vr/libbroadcastring/
Dbroadcast_ring_test.cc65 struct Traits { struct
66 using Record = RecordType;
67 static constexpr bool kUseStaticRecordSize = StaticSize;
68 static constexpr uint32_t kStaticRecordCount = StaticCount;
69 static constexpr uint32_t kMaxReservedRecords = MaxReserved;
70 static constexpr uint32_t kMinAvailableRecords = MinAvailable;
71 static constexpr uint32_t kMinRecordCount = MaxReserved + MinAvailable;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method_type.h19 typedef FunctionTraits<Signature_> Traits; typedef
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp55 using Traits = C2Component::Traits; typedef