/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 | 336 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() 370 bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const { in GetTagValue() 433 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/core/base/include/android-base/ |
D | process.h | 42 using value_type = pid_t; variable
|
D | expected.h | 88 using value_type = T; 386 std::variant<value_type, unexpected_type> var_; 422 using value_type = void;
|
/system/incremental_delivery/incfs/include/ |
D | MountRegistry.h | 68 using value_type = Mount; member 69 value_type operator*() const { return Mount(*this); }
|
/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/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 149 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func); 203 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func) { in join()
|
/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/chre/util/include/chre/util/ |
D | array_queue.h | 169 typedef ValueType value_type; typedef
|
/system/core/adb/ |
D | types.h | 139 using value_type = char; member 153 const value_type* front_data() const { in front_data()
|
/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/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 108 using value_type = std::string_view; typedef 109 using reference = value_type&; 110 using pointer = value_type*; 799 using value_type = std::string_view; typedef 800 using reference = value_type&; 801 using pointer = value_type*; 817 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/memory/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/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | async_manager.cc | 217 std::vector<decltype(watched_shared_fds_)::value_type> fds; in runAppropriateCallbacks()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 337 using value_type = T; member 810 using value_type = T;
|
/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()
|