/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_visa.h | 305 void setName(uint32_t value) { in setName() 326 void setSize(uint8_t value) { in setSize() 347 void setValue(uint8_t * value) { in setValue() 455 void setKind(int8_t value) { in setKind() 476 void setId(uint32_t value) { in setId() 497 void setOffset(int16_t value) { in setOffset() 518 void setSize(uint16_t value) { in setSize() 628 void setNameIndex(uint32_t value) { in setNameIndex() 649 void setNumElements(uint16_t value) { in setNumElements() 670 void setAttributeCount(uint8_t value) { in setAttributeCount() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/ |
H A D | vp_visa.h | 310 void setName(uint32_t value) { in setName() 331 void setSize(uint8_t value) { in setSize() 352 void setValue(uint8_t * value) { in setValue() 461 void setKind(int8_t value) { in setKind() 482 void setId(uint32_t value) { in setId() 503 void setOffset(int16_t value) { in setOffset() 524 void setSize(uint16_t value) { in setSize() 635 void setNameIndex(uint32_t value) { in setNameIndex() 656 void setNumElements(uint16_t value) { in setNumElements() 677 void setAttributeCount(uint8_t value) { in setAttributeCount() [all …]
|
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.cc | 99 Result r; in Parse() local 278 Result r = token->ConvertToDouble(); in ProcessDrawRect() local 421 Result r = token->ConvertToDouble(); in ProcessClear() local 444 Result r = token->ConvertToDouble(); in ProcessClear() local 500 Result r = token->ConvertToDouble(); in ParseValues() local 625 Result r = ParseValues("ssbo", buf->GetFormat(), &values); in ProcessSSBO() local 787 Result r = ParseValues("uniform", buf->GetFormat(), &values); in ProcessUniform() local 814 Result r = token->ConvertToDouble(); in ProcessTolerance() local 817 double value = token->AsDouble(); in ProcessTolerance() local 964 Result r = token->ConvertToDouble(); in ProcessProbe() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
H A D | GraphOperationBuilder.java | 25 Graph.Reference r = graph.ref(); in GraphOperationBuilder() local 40 Graph.Reference r = graph.ref(); in build() local 56 Graph.Reference r = graph.ref(); in addControlInput() local 67 Graph.Reference r = graph.ref(); in addInput() local 78 Graph.Reference r = graph.ref(); in addInputList() local 95 Graph.Reference r = graph.ref(); in setDevice() local 105 public GraphOperationBuilder setAttr(String name, String value) { in setAttr() 111 public GraphOperationBuilder setAttr(String name, byte[] value) { in setAttr() 112 Graph.Reference r = graph.ref(); in setAttr() local 122 public GraphOperationBuilder setAttr(String name, long value) { in setAttr() [all …]
|
/aosp_15_r20/external/cronet/base/types/ |
H A D | optional_ref_unittest.cc | 59 [](optional_ref<const int> r) { EXPECT_FALSE(r.has_value()); }(std::nullopt); in TEST() 61 [](optional_ref<int> r) { EXPECT_FALSE(r.has_value()); }(std::nullopt); in TEST() 67 [](optional_ref<const int> r) { EXPECT_FALSE(r.has_value()); }(optional_int); in TEST() 75 [](optional_ref<const int> r) { EXPECT_FALSE(r.has_value()); }(optional_int); in TEST() 77 [](optional_ref<int> r) { EXPECT_FALSE(r.has_value()); }(optional_int); in TEST() 83 [](optional_ref<const int> r) { in TEST() 94 [](optional_ref<const int> r) { in TEST() 99 [](optional_ref<int> r) { in TEST() 111 [](optional_ref<const int> r) { EXPECT_FALSE(r.has_value()); }(ptr); in TEST() 119 [](optional_ref<const int> r) { EXPECT_FALSE(r.has_value()); }(ptr); in TEST() [all …]
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPixmap.cpp | 66 SkIRect srcRect, r; in extractSubset() local 99 float value = 0; in getAlphaf() local 201 uint8_t value = *this->addr8(x, y); in getColor() local 205 uint8_t value = *this->addr8(x, y); in getColor() local 212 uint16_t value = *this->addr16(x, y); in getColor() local 216 SkHalf value = *this->addr16(x, y); in getColor() local 223 uint16_t value = *this->addr16(x, y); in getColor() local 228 uint16_t value = *this->addr16(x, y); in getColor() local 234 uint32_t value = *this->addr32(x, y); in getColor() local 240 uint32_t value = *this->addr32(x, y); in getColor() local [all …]
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/util/ |
H A D | BridgeXmlPullAttributes.java | 120 String value = getAttributeValue(namespace, attribute); in getAttributeListValue() local 122 ResourceValue r = getResourceValue(value); in getAttributeListValue() local 137 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue() local 139 ResourceValue r = getResourceValue(value); in getAttributeBooleanValue() local 153 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue() local 163 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue() local 168 ResourceValue r = getResourceValue(value); in getAttributeIntValue() local 205 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue() local 207 ResourceValue r = getResourceValue(value); in getAttributeUnsignedIntValue() local 224 ResourceValue r = getResourceValue(s); in getAttributeFloatValue() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/ |
D | optional_reference_spec.hpp | 38 BOOST_DEDUCED_TYPENAME boost::remove_reference<T>::type& forward_reference(T&& r) in forward_reference() 51 static const bool value = boost::is_const<T>::value && boost::is_integral<T>::value; member 58 static const bool value = boost::is_const<T>::value && boost::is_integral<T>::value; member 81 static const bool value = false; member 87 static const bool value = true; member 93 static const bool value = !is_optional_<BOOST_DEDUCED_TYPENAME boost::decay<T>::type>::value; member 100 …static const bool value = ::boost::is_same<T, BOOST_DEDUCED_TYPENAME ::boost::remove_reference<U>:… member 107 static const bool value = is_no_optional<U>::value && !is_same_decayed<T, U>::value; member 135 …st::enable_if_c<detail::is_same_decayed<T, U>::value && detail::is_const_integral_bad_for_conversi… in optional() 139 …alue && !detail::is_const_integral_bad_for_conversion<U>::value, bool>::type = true) BOOST_NOEXCEPT in optional() [all …]
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_message_utils.cc | 103 std::vector<CharType>* r) { in ReadCharVector() 119 void WriteDictValue(const base::Value::Dict& value, in WriteDictValue() 129 void WriteListValue(const base::Value::List& value, in WriteListValue() 138 void WriteValue(const base::Value& value, int recursion, base::Pickle* pickle) { in WriteValue() 198 base::Value::Dict* value) { in ReadDictValue() 220 base::Value::List* value) { in ReadListValue() 238 base::Value* value) { in ReadValue() 341 param_type* r) { in Read() 359 param_type* r) { in Read() 377 param_type* r) { in Read() [all …]
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message_utils.cc | 84 void WriteValue(base::Pickle* m, const base::Value* value, int recursion) { in WriteValue() 157 base::DictionaryValue* value, in ReadDictionaryValue() 179 base::ListValue* value, in ReadListValue() 197 std::unique_ptr<base::Value>* value, in ReadValue() 295 param_type* r) { in Read() 313 param_type* r) { in Read() 331 param_type* r) { in Read() 380 param_type* r) { in Read() 414 param_type* r) { in Read() 441 param_type* r) { in Read() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.h | 745 PROTOBUF_ALWAYS_INLINE uint8_t* WriteInt32Packed(int num, const T& r, in WriteInt32Packed() 750 PROTOBUF_ALWAYS_INLINE uint8_t* WriteUInt32Packed(int num, const T& r, in WriteUInt32Packed() 755 PROTOBUF_ALWAYS_INLINE uint8_t* WriteSInt32Packed(int num, const T& r, in WriteSInt32Packed() 760 PROTOBUF_ALWAYS_INLINE uint8_t* WriteInt64Packed(int num, const T& r, in WriteInt64Packed() 765 PROTOBUF_ALWAYS_INLINE uint8_t* WriteUInt64Packed(int num, const T& r, in WriteUInt64Packed() 770 PROTOBUF_ALWAYS_INLINE uint8_t* WriteSInt64Packed(int num, const T& r, in WriteSInt64Packed() 775 PROTOBUF_ALWAYS_INLINE uint8_t* WriteEnumPacked(int num, const T& r, int size, in WriteEnumPacked() 781 PROTOBUF_ALWAYS_INLINE uint8_t* WriteFixedPacked(int num, const T& r, in WriteFixedPacked() 807 void SetSerializationDeterministic(bool value) { in SetSerializationDeterministic() 875 PROTOBUF_ALWAYS_INLINE uint8_t* WriteVarintPacked(int num, const T& r, in WriteVarintPacked() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.h | 745 PROTOBUF_ALWAYS_INLINE uint8_t* WriteInt32Packed(int num, const T& r, in WriteInt32Packed() 750 PROTOBUF_ALWAYS_INLINE uint8_t* WriteUInt32Packed(int num, const T& r, in WriteUInt32Packed() 755 PROTOBUF_ALWAYS_INLINE uint8_t* WriteSInt32Packed(int num, const T& r, in WriteSInt32Packed() 760 PROTOBUF_ALWAYS_INLINE uint8_t* WriteInt64Packed(int num, const T& r, in WriteInt64Packed() 765 PROTOBUF_ALWAYS_INLINE uint8_t* WriteUInt64Packed(int num, const T& r, in WriteUInt64Packed() 770 PROTOBUF_ALWAYS_INLINE uint8_t* WriteSInt64Packed(int num, const T& r, in WriteSInt64Packed() 775 PROTOBUF_ALWAYS_INLINE uint8_t* WriteEnumPacked(int num, const T& r, int size, in WriteEnumPacked() 781 PROTOBUF_ALWAYS_INLINE uint8_t* WriteFixedPacked(int num, const T& r, in WriteFixedPacked() 807 void SetSerializationDeterministic(bool value) { in SetSerializationDeterministic() 875 PROTOBUF_ALWAYS_INLINE uint8_t* WriteVarintPacked(int num, const T& r, in WriteVarintPacked() [all …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
H A D | ObjectReaderTest.java | 71 Object value = MAPPER.readerForArrayOf(ABC.class) in testReaderForArrayOf() local 83 Object value = MAPPER.readerForListOf(ABC.class) in testReaderForListOf() local 86 assertEquals(Arrays.asList(ABC.B, ABC.C), value); in testReaderForListOf() local 92 Object value = MAPPER.readerForMapOf(ABC.class) in testReaderForMapOf() local 101 ObjectReader r = MAPPER.reader().with(nodes); in testNodeHandling() local 121 int[] value = reader.readValue(JSON); in testParserFeaturesComments() local 173 ObjectReader r = MAPPER.reader(); in testFeatureSettings() local 204 final ObjectReader r = MAPPER.reader(); in testFeatureSettingsDeprecated() local 227 ObjectReader r = MAPPER.reader(); in testMiscSettings() local 259 ObjectReader r = MAPPER.reader(); in testDeprecatedSettings() local [all …]
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_record.cpp | 997 if (auto value = options.PullValue("--add-counter"); value) { in ParseOptions() local 1001 for (const OptionValue& value : options.PullValues("--add-meta-info")) { in ParseOptions() local 1011 if (auto value = options.PullValue("--addr-filter"); value) { in ParseOptions() local 1019 if (auto value = options.PullValue("--app"); value) { in ParseOptions() local 1023 if (auto value = options.PullValue("--aux-buffer-size"); value) { in ParseOptions() local 1036 if (auto value = options.PullValue("--binary"); value) { in ParseOptions() local 1048 if (auto value = options.PullValue("--clockid"); value) { in ParseOptions() local 1109 for (const OptionValue& value : options.PullValues("-j")) { in ParseOptions() local 1126 for (const OptionValue& value : options.PullValues("--kprobe")) { in ParseOptions() local 1135 if (auto value = options.PullValue("-m"); value) { in ParseOptions() local [all …]
|
H A D | cmd_report.cpp | 166 virtual void ReportCmdProcessSampleRecord(std::shared_ptr<SampleRecord>& r) { in ReportCmdProcessSampleRecord() 170 virtual void ReportCmdProcessSampleRecord(const SampleRecord& r) { in ReportCmdProcessSampleRecord() 177 SampleEntry* CreateSample(const SampleRecord& r, bool in_kernel, AccInfo* acc_info) override { in CreateSample() 192 SampleEntry* CreateBranchSample(const SampleRecord& r, const BranchStackItemType& item) override { in CreateBranchSample() 275 std::vector<uint64_t> GetCountsForSample(const SampleRecord& r) { in GetCountsForSample() 319 uint64_t GetPeriod(const SampleRecord& r) override { return r.period_data.period; } in GetPeriod() 330 void ReportCmdProcessSampleRecord(std::shared_ptr<SampleRecord>& r) override { in ReportCmdProcessSampleRecord() 343 uint64_t GetPeriod(const SampleRecord& r) override { in GetPeriod() 604 for (const OptionValue& value : options.PullValues("--comms")) { in ParseOptions() local 611 for (const OptionValue& value : options.PullValues("--cpu")) { in ParseOptions() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseTensorMath.cpp | 98 SparseTensor& mul_out_sparse_zerodim(SparseTensor& r, const SparseTensor& t, const Tensor& value) { in mul_out_sparse_zerodim() 133 SparseTensor& mul_out_sparse_scalar(SparseTensor& r, const SparseTensor& t, const Scalar& value) { in mul_out_sparse_scalar() 141 SparseTensor& neg_out_sparse(const SparseTensor& t, SparseTensor& r) { in neg_out_sparse() 152 SparseTensor r = at::empty_like(t); in neg_sparse() local 167 SparseTensor& pow_out_sparse_scalar(const SparseTensor& t_, const Scalar& value, SparseTensor& r) { in pow_out_sparse_scalar() 185 SparseTensor pow_sparse_scalar(const SparseTensor& t, const Scalar& value) { in pow_sparse_scalar() 186 SparseTensor r = at::empty({0}, t.options()); in pow_sparse_scalar() local 223 …rse_zerodim(const SparseTensor& t, const Tensor& value, std::optional<c10::string_view> rounding_m… in div_out_sparse_zerodim() 256 SparseTensor& div_out_sparse_zerodim(const SparseTensor& t, const Tensor& value, SparseTensor& r) { in div_out_sparse_zerodim() 260 Tensor div_sparse(const Tensor& self, const Tensor& value) { in div_sparse() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_assembler.cpp | 242 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_lds_op() local 544 const auto& value = exi.value(); in visit() local 585 int r = 0; in visit() local 681 int r = r600_bytecode_add_cfinst(m_bc, instr.op()); in visit() local 770 auto& value = instr.value(); in visit() local 965 int r = r600_bytecode_add_cfinst(m_bc, CF_OP_WAIT_ACK); in visit() local 1020 int r = r600_bytecode_add_gds(m_bc, &gds); in visit() local 1069 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg() local 1091 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg() local 1215 int r = r600_bytecode_add_cfinst(m_bc, CF_OP_WAIT_ACK); in emit_wait_ack() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | movable_int.hpp | 31 static const bool value = true; member 73 friend bool operator ==(const movable_int &l, const movable_int &r) in operator ==() 76 friend bool operator !=(const movable_int &l, const movable_int &r) in operator !=() 79 friend bool operator <(const movable_int &l, const movable_int &r) in operator <() 82 friend bool operator <=(const movable_int &l, const movable_int &r) in operator <=() 85 friend bool operator >=(const movable_int &l, const movable_int &r) in operator >=() 88 friend bool operator >(const movable_int &l, const movable_int &r) in operator >() 94 friend bool operator==(const movable_int &l, int r) in operator ==() 97 friend bool operator==(int l, const movable_int &r) in operator ==() 100 friend bool operator<(const movable_int &l, int r) in operator <() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | copy_move_algo.hpp | 61 static const bool value = false; member 71 static const bool value = true; member 112 static const bool value = true; member 122 static const bool value = true; member 175 BOOST_CONTAINER_FORCEINLINE F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove() 193 BOOST_CONTAINER_FORCEINLINE F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n() 208 BOOST_CONTAINER_FORCEINLINE I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source() 222 BOOST_CONTAINER_FORCEINLINE I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest() 237 static const bool value = are_elements_contiguous<O>::value && member 296 uninitialized_move_alloc(Allocator &a, I f, I l, F r) in uninitialized_move_alloc() [all …]
|
/aosp_15_r20/hardware/interfaces/health/2.0/vts/functional/ |
H A D | VtsHalHealthV2_0TargetTest.cpp | 93 bool r = mInvokedNotify.wait_for(lock, duration, [this] { return this->mInvoked; }); in waitInvoke() local 103 #define ASSERT_OK(r) ASSERT_TRUE(isOk(r)) argument 104 #define EXPECT_OK(r) EXPECT_TRUE(isOk(r)) argument 106 AssertionResult isOk(const Return<T>& r) { in isOk() 110 #define ASSERT_ALL_OK(r) ASSERT_TRUE(isAllOk(r)) argument 112 AssertionResult isAllOk(const Return<Result>& r) { in isAllOk() 207 bool verifyEnum(T value) { in verifyEnum() 247 EXPECT_OK(mHealth->getChargeCounter([](auto result, auto value) { in TEST_P() 256 EXPECT_OK(mHealth->getCurrentNow([](auto result, auto value) { in TEST_P() 265 EXPECT_OK(mHealth->getCurrentAverage([](auto result, auto value) { in TEST_P() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
D | test_tensor_matrix_vector.cpp | 28 BOOST_AUTO_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_ctor, value, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 63 BOOST_AUTO_TEST_CASE_TEMPLATE( test_tensor_vector_copy_ctor, value, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 119 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_ctor_extents, value, test_types, fixture… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument 141 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_copy_ctor_extents, value, test_types, fixture… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument 167 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument 179 auto r = matrix_type(e[0],e[1]); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 202 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_copy_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument 214 auto r = vector_type(e[0]*e[1]); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 234 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_move_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument 246 auto r = matrix_type(e[0],e[1]); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local [all …]
|
/aosp_15_r20/external/libdrm/radeon/ |
H A D | bof.c | 76 int bof_object_set(bof_t *object, const char *keyname, bof_t *value) in bof_object_set() 79 int r; in bof_object_set() local 111 int bof_array_append(bof_t *array, bof_t *value) in bof_array_append() 113 int r; in bof_array_append() local 142 bof_t *bof_blob(unsigned size, void *value) in bof_blob() 177 bof_t *bof_string(const char *value) in bof_string() 198 bof_t *bof_int32(int32_t value) in bof_int32() 282 int r; in bof_read() local 339 int r; in bof_load_file() local 402 int r; in bof_file_write() local [all …]
|
/aosp_15_r20/external/gflags/test/ |
H A D | gflags_unittest.cc | 107 char r[] = {static_cast<char>('0' + ++changeable_string_var), '\0'}; in ChangeableString() local 141 static bool AlwaysFail(const char* flag, bool value) { return value == false; } in AlwaysFail() 146 static bool DeadlockIfCantLockInValidators(const char* flag, bool value) { in DeadlockIfCantLockInValidators() 953 string value("will be changed"); in TEST() local 954 bool r = GetCommandLineOption("test_bool", &value); in TEST() local 965 string value("will be changed"); in TEST() local 966 const bool r = GetCommandLineOption("test_int32", &value); in TEST() local 973 string value("will be changed"); in TEST() local 974 const bool r = GetCommandLineOption("test_int32", &value); in TEST() local 983 string value("will be changed"); in TEST() local [all …]
|
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | core_cmInstr.h | 129 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() 144 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value) in __REVSH() 171 #define __BKPT(value) __breakpoint(value) argument 225 #define __STREXB(value, ptr) __strex(value, ptr) argument 237 #define __STREXH(value, ptr) __strex(value, ptr) argument 249 #define __STREXW(value, ptr) __strex(value, ptr) argument 300 __attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value) in __RRX() 345 #define __STRBT(value, ptr) __strt(value, ptr) argument 355 #define __STRHT(value, ptr) __strt(value, ptr) argument 365 #define __STRT(value, ptr) __strt(value, ptr) argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-rust/android_arm64_armv8-2a_cortex-a55_source/ |
D | android_hardware_security_keymint_V4.rs | 819 …pub const r#getHardwareInfo: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CAL… constant 820 …pub const r#addRngEntropy: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_… constant 821 …pub const r#generateKey: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TR… constant 822 …pub const r#importKey: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRAN… constant 823 …pub const r#importWrappedKey: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CA… constant 824 …pub const r#upgradeKey: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA… constant 825 …pub const r#deleteKey: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRAN… constant 826 …pub const r#deleteAllKeys: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_… constant 827 …pub const r#destroyAttestationIds: binder::binder_impl::TransactionCode = binder::binder_impl::FIR… constant 828 …pub const r#begin: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANSACT… constant [all …]
|