Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 25 of 26) sorted by relevance

12

/system/keymaster/include/keymaster/
Dkeymaster_tags.h81 template <> struct TagValueType<KM_ULONG> { typedef uint64_t value_type; };
82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; };
83 template <> struct TagValueType<KM_DATE> { typedef uint64_t value_type; };
84 template <> struct TagValueType<KM_UINT> { typedef uint32_t value_type; };
85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; };
86 template <> struct TagValueType<KM_INVALID> { typedef Void value_type; };
87 template <> struct TagValueType<KM_BOOL> { typedef bool value_type; };
88 template <> struct TagValueType<KM_BYTES> { typedef keymaster_blob_t value_type; };
89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; };
99 typedef typename TagValueType<tag_type>::value_type value_type;
[all …]
Dauthorization_set.h329 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue()
363 bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const { in GetTagValue()
426 bool push_back(TypedTag<Type, Tag> tag, typename TypedTag<Type, Tag>::value_type val) { in push_back()
/system/core/libprocinfo/include/procinfo/
Dprocess.h69 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
101 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
/system/extras/perfprofd/
Dquipper_helper.h28 using value_type = typename std::iterator_traits<Iterator>::value_type;
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h111 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func);
165 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func) { in join()
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp38 struct value_type { struct
40 template <typename T> value_type(const T&) {} in value_type() function
42 void push_back(const value_type&) { ++count; } in push_back()
/system/keymaster/ng/include/
Dkeystore_hidl_support.h86 reinterpret_cast<uint8_t*>(const_cast<std::string::value_type*>(value.data())), in blob2hidlVec()
128 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size()); in hidlVec2String()
/system/security/keystore/include/keystore/
Dutils.h94 typedef T value_type;
Dkeystore_hidl_support.h145 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size()); in hidlVec2String()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py97 def show_value_type(self, value_type, space=''): argument
99 (space, value_type.type, value_type.unit,
100 self.string(value_type.type), self.string(value_type.unit)))
/system/chre/util/include/chre/util/
Darray_queue.h169 typedef ValueType value_type; typedef
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc103 using value_type = std::string_view; typedef
104 using reference = value_type&;
105 using pointer = value_type*;
794 using value_type = std::string_view; typedef
795 using reference = value_type&;
796 using pointer = value_type*;
812 value_type cur_value;
/system/bt/btif/src/
Dbtif_gatt_client.cc380 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_char_cb()
403 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_using_char_uuid_cb()
428 params.value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_desc_cb()
/system/netd/libnetdutils/include/netdutils/
DSlice.h79 using ValueT = std::string::value_type; in makeSlice()
/system/bt/include/hardware/
Dbt_gatt_client.h45 uint16_t value_type; member
/system/core/libmemunreachable/
DAllocator.h104 using value_type = T;
/system/core/libutils/include/utils/
DKeyedVector.h40 typedef VALUE value_type; typedef
DSortedVector.h41 typedef TYPE value_type; typedef
DVector.h60 typedef TYPE value_type; typedef
/system/core/adb/
Dtypes.h141 using value_type = char; member
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc219 std::vector<decltype(watched_shared_fds_)::value_type> fds; in runAppropriateCallbacks()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp91 struct value_type { struct
93 template <typename T> value_type(const T&) {} in value_type() argument
95 void push_back(const value_type&) { ++count; } in push_back()
/system/chre/util/tests/
Darray_queue_test.cc474 typename traits::value_type v = *q.begin(); in TEST()
/system/media/audio_utils/include/audio_utils/
Dvariadic_utils.h512 typename = typename std::iterator_traits<T>::value_type,
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h319 typename super_type::value_type operator *() const {
323 typename super_type::value_type operator->() const {

12