/system/keymaster/include/keymaster/ |
D | keymaster_tags.h | 81 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 …]
|
D | authorization_set.h | 329 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/ |
D | process.h | 69 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/ |
D | quipper_helper.h | 28 using value_type = typename std::iterator_traits<Iterator>::value_type;
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 111 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/ |
D | keymaster1_legacy_support.cpp | 38 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/ |
D | keystore_hidl_support.h | 86 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/ |
D | utils.h | 94 typedef T value_type;
|
D | keystore_hidl_support.h | 145 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size()); in hidlVec2String()
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 97 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/ |
D | array_queue.h | 169 typedef ValueType value_type; typedef
|
/system/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 103 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/ |
D | btif_gatt_client.cc | 380 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/ |
D | Slice.h | 79 using ValueT = std::string::value_type; in makeSlice()
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 45 uint16_t value_type; member
|
/system/core/libmemunreachable/ |
D | Allocator.h | 104 using value_type = T;
|
/system/core/libutils/include/utils/ |
D | KeyedVector.h | 40 typedef VALUE value_type; typedef
|
D | SortedVector.h | 41 typedef TYPE value_type; typedef
|
D | Vector.h | 60 typedef TYPE value_type; typedef
|
/system/core/adb/ |
D | types.h | 141 using value_type = char; member
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | async_manager.cc | 219 std::vector<decltype(watched_shared_fds_)::value_type> fds; in runAppropriateCallbacks()
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 91 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/ |
D | array_queue_test.cc | 474 typename traits::value_type v = *q.begin(); in TEST()
|
/system/media/audio_utils/include/audio_utils/ |
D | variadic_utils.h | 512 typename = typename std::iterator_traits<T>::value_type,
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 319 typename super_type::value_type operator *() const { 323 typename super_type::value_type operator->() const {
|