Searched refs:authsecret (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/authsecret/1.0/
H A DIAuthSecret.hal16 package android.hardware.authsecret@1.0;
/hardware/interfaces/authsecret/1.0/default/
H A DAuthSecret.cpp5 namespace authsecret { namespace in namespace:android::hardware
9 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
41 } // namespace authsecret
H A Dservice.cpp17 #define LOG_TAG "android.hardware.authsecret@1.0-service"
19 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
26 using android::hardware::authsecret::V1_0::IAuthSecret;
27 using android::hardware::authsecret::V1_0::implementation::AuthSecret;
H A DAuthSecret.h4 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
10 namespace authsecret { namespace in namespace:android::hardware
23 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
31 } // namespace authsecret
/hardware/interfaces/authsecret/1.0/vts/functional/
H A DVtsHalAuthSecretV1_0TargetTest.cpp17 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
23 using ::android::hardware::authsecret::V1_0::IAuthSecret;
47 authsecret = ::testing::VtsHalHidlTargetTestBase::getService<IAuthSecret>(
49 ASSERT_NE(authsecret, nullptr);
53 authsecret->primaryUserCredential(CORRECT_SECRET);
56 sp<IAuthSecret> authsecret; member in struct:AuthSecretHidlTest
69 authsecret->primaryUserCredential(CORRECT_SECRET);
77 authsecret->primaryUserCredential(CORRECT_SECRET);
87 authsecret->primaryUserCredential(WRONG_SECRET);

Completed in 71 milliseconds