Home
last modified time | relevance | path

Searched refs:AuthSecret (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/authsecret/aidl/default/
Dservice.cpp23 using ::aidl::android::hardware::authsecret::AuthSecret;
27 std::shared_ptr<AuthSecret> authsecret = ndk::SharedRefBase::make<AuthSecret>(); in main()
29 const std::string instance = std::string() + AuthSecret::descriptor + "/default"; in main()
DAuthSecret.h26 struct AuthSecret : public BnAuthSecret { struct
27 AuthSecret() = default;
DAuthSecret.cpp25 ::ndk::ScopedAStatus AuthSecret::setPrimaryUserCredential(const std::vector<uint8_t>& in_secret) { in setPrimaryUserCredential()
DAndroid.bp34 "AuthSecret.cpp",
/hardware/interfaces/authsecret/1.0/default/
Dservice.cpp27 using android::hardware::authsecret::V1_0::implementation::AuthSecret;
35 sp<IAuthSecret> authSecret = new AuthSecret; in main()
DAuthSecret.cpp10 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) { in primaryUserCredential()
DAuthSecret.h22 struct AuthSecret : public IAuthSecret { struct
DAndroid.bp17 "AuthSecret.cpp",