Home
last modified time | relevance | path

Searched refs:FINGERPRINT (Results 1 – 11 of 11) sorted by relevance

/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/
Dbar_test.cc7 #define FINGERPRINT "VERSION_XXX" macro
10 std::cout << "BAR_" << FINGERPRINT << " " in main()
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo/
Dfoo_test.cc7 #define FINGERPRINT "VERSION_XXX" macro
10 std::cout << "FOO_" << FINGERPRINT << " " in main()
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.baz/
Dbaz_test.cc7 #define FINGERPRINT "VERSION_XXX" macro
10 std::cout << "BAZ_" << FINGERPRINT << " " in main()
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.pony/
Dpony_test.cc7 #define FINGERPRINT "VERSION_XXX" macro
10 std::cout << "PONY_" << FINGERPRINT << " " in main()
/system/apex/tests/testdata/sharedlibs/build/
Dsharedlibstest.cpp24 #define FINGERPRINT "VERSION_XXX" macro
27 return std::string("SHARED_LIB_") + FINGERPRINT; in getSharedLibsTestFingerprint()
/system/security/keystore2/aidl/android/security/metrics/
DHardwareAuthenticatorType.aidl30 FINGERPRINT = 3, enumConstant
/system/security/keystore2/src/
Dmetrics_store.rs248 HardwareAuthenticatorType::FINGERPRINT => { in process_key_creation_event_stats()
249 MetricsHardwareAuthenticatorType::FINGERPRINT in process_key_creation_event_stats()
Dsecurity_level.rs732 HardwareAuthenticatorType::FINGERPRINT => Some(a.authenticatorId), in import_wrapped_key()
Dsuper_key.rs951 HardwareAuthenticatorType::FINGERPRINT, in lock_screen_lock_bound_key()
/system/security/keystore2/src/km_compat/
Dparameter_conversion_test.cpp58 TEST_ENUM_CONVERSION(HardwareAuthenticatorType, FINGERPRINT); in TEST()
Dkm_compat_type_conversion.h373 if (hat & static_cast<uint32_t>(KMV1::HardwareAuthenticatorType::FINGERPRINT)) { in convert()
374 result |= static_cast<uint32_t>(V4_0::HardwareAuthenticatorType::FINGERPRINT); in convert()
384 if ((uint32_t)h & (uint32_t)V4_0::HardwareAuthenticatorType::FINGERPRINT) { in convert()
385 result |= (uint32_t)KMV1::HardwareAuthenticatorType::FINGERPRINT; in convert()