Searched refs:value_type (Results 1 - 22 of 22) sorted by relevance

/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h39 * They also define a "value_type" typedef, which specifies the type of values associated with that
78 * types. For each tag type we define a specialized struct that contains a typedef "value_type".
81 template <> struct TagValueType<KM_ULONG> { typedef uint64_t value_type; }; typedef in struct:keymaster::TagValueType
82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; }; typedef in struct:keymaster::TagValueType
83 template <> struct TagValueType<KM_DATE> { typedef uint64_t value_type; }; typedef in struct:keymaster::TagValueType
84 template <> struct TagValueType<KM_UINT> { typedef uint32_t value_type; }; typedef in struct:keymaster::TagValueType
85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; }; typedef in struct:keymaster::TagValueType
86 template <> struct TagValueType<KM_INVALID> { typedef Void value_type; }; typedef in struct:keymaster::TagValueType
87 template <> struct TagValueType<KM_BOOL> { typedef bool value_type; }; typedef in struct:keymaster::TagValueType
88 template <> struct TagValueType<KM_BYTES> { typedef keymaster_blob_t value_type; }; typedef in struct:keymaster::TagValueType
89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; }; typedef in struct:keymaster::TagValueType
99 typedef typename TagValueType<tag_type>::value_type value_type; typedef in class:keymaster::TypedTag
115 typedef KeymasterEnum value_type; typedef in class:keymaster::TypedEnumTag
[all...]
H A Dauthorization_set.h328 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const {
362 bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const {
425 bool push_back(TypedTag<Type, Tag> tag, typename TypedTag<Type, Tag>::value_type val) {
/system/nfc/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp41 mBuffer.append((uint8_string::size_type)1, (uint8_string::value_type)0);
56 mBuffer.append((uint8_string::size_type)1, (uint8_string::value_type)0);
/system/core/libprocinfo/include/procinfo/
H A Dprocess.h59 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
87 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
/system/tools/hidl/utils/include/hidl-util/
H A DFormatter.h109 std::function<void(const typename std::iterator_traits<I>::value_type &)> func);
155 std::function<void(const typename std::iterator_traits<I>::value_type &)> func) {
/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h83 reinterpret_cast<uint8_t*>(const_cast<std::string::value_type*>(value.data())),
125 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size());
H A Dutils.h90 typedef T value_type; typedef in struct:std::iterator_traits
/system/extras/perfprofd/quipper/
H A Dperf_utils.h50 sizeof(typename CharContainer::value_type),
H A Dperf_reader.cc947 size_t num_ids = ids.size / sizeof(decltype(attr.ids)::value_type);
1415 (size - actual_attr_size) / sizeof(decltype(attr.ids)::value_type);
/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py100 def show_value_type(self, value_type, space=''):
102 (space, value_type.type, value_type.unit,
103 self.string(value_type.type), self.string(value_type.unit)))
/system/bt/btif/src/
H A Dbtif_gatt_client.cc398 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */;
419 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */;
444 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */;
H A Dbtif_gatt_util.cc206 p_dest->value_type = GATTC_READ_VALUE_TYPE_VALUE;
/system/core/include/utils/
H A DKeyedVector.h38 typedef VALUE value_type; typedef in class:android::KeyedVector
H A DSortedVector.h39 typedef TYPE value_type; typedef in class:android::SortedVector
H A DVector.h58 typedef TYPE value_type; typedef in class:android::Vector
/system/core/libmemunreachable/
H A DAllocator.h107 using value_type = T;
/system/core/libutils/include/utils/
H A DKeyedVector.h38 typedef VALUE value_type; typedef in class:android::KeyedVector
H A DSortedVector.h39 typedef TYPE value_type; typedef in class:android::SortedVector
H A DVector.h58 typedef TYPE value_type; typedef in class:android::Vector
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dasync_manager.cc223 std::vector<decltype(watched_shared_fds_)::value_type> fds;
/system/keymaster/
H A Dsoft_keymaster_device.cpp90 struct value_type { struct in struct:keymaster::PushbackCounter
91 template <typename T> value_type(const T&) {} function in struct:keymaster::PushbackCounter::value_type
93 void push_back(const value_type&) { ++count; } argument
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h318 typename super_type::value_type operator *() const {
322 typename super_type::value_type operator->() const {

Completed in 421 milliseconds