Home
last modified time | relevance | path

Searched refs:traits (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
DUtils.h45 using traits = std::iterator_traits<IdentifierIterator>; variable
46 using ptr_type = typename traits::pointer;
47 using ref_type = typename traits::reference;
48 using diff_type = typename traits::difference_type;
/hardware/google/interfaces/media/c2/1.0/
DIComponentStore.hal82 * Component traits.
147 * @return traits List of component traits for all components supported by this store in no
150 listComponents() generates (vec<ComponentTraits> traits);
/hardware/interfaces/media/c2/1.0/
DIComponentStore.hal84 * Component traits.
144 * @return traits List of component traits for all components supported by
149 vec<ComponentTraits> traits
/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_cli.rs24 use authgraph_core::traits::Sha256;