Home
last modified time | relevance | path

Searched refs:authsecret (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/authsecret/1.0/vts/functional/
DVtsHalAuthSecretV1_0TargetTest.cpp24 using ::android::hardware::authsecret::V1_0::IAuthSecret;
34 authsecret = IAuthSecret::getService(GetParam()); in SetUp()
35 ASSERT_NE(authsecret, nullptr); in SetUp()
42 authsecret->primaryUserCredential(CORRECT_SECRET); in SetUp()
50 sp<IAuthSecret> authsecret; member in AuthSecretHidlTest
63 authsecret->primaryUserCredential(CORRECT_SECRET); in TEST_P()
71 authsecret->primaryUserCredential(CORRECT_SECRET); in TEST_P()
81 authsecret->primaryUserCredential(WRONG_SECRET); in TEST_P()
DAndroid.bp30 static_libs: ["android.hardware.authsecret@1.0"],
/hardware/interfaces/authsecret/aidl/vts/
DVtsHalAuthSecretTargetTest.cpp23 using ::aidl::android::hardware::authsecret::IAuthSecret;
34 authsecret = IAuthSecret::fromBinder( in SetUp()
36 ASSERT_NE(authsecret, nullptr); in SetUp()
43 authsecret->setPrimaryUserCredential(CORRECT_SECRET); in SetUp()
51 std::shared_ptr<IAuthSecret> authsecret; member in AuthSecretAidlTest
64 authsecret->setPrimaryUserCredential(CORRECT_SECRET); in TEST_P()
72 authsecret->setPrimaryUserCredential(CORRECT_SECRET); in TEST_P()
82 authsecret->setPrimaryUserCredential(WRONG_SECRET); in TEST_P()
DAndroid.bp33 static_libs: ["android.hardware.authsecret-V1-ndk_platform"],
/hardware/interfaces/authsecret/1.0/default/
Dandroid.hardware.authsecret@1.0-service.rc1 service vendor.authsecret-1-0 /vendor/bin/hw/android.hardware.authsecret@1.0-service
2 interface android.hardware.authsecret@1.0::IAuthSecret default
DAndroid.bp11 name: "android.hardware.authsecret@1.0-service",
12 init_rc: ["android.hardware.authsecret@1.0-service.rc"],
27 "android.hardware.authsecret@1.0",
Dservice.cpp26 using android::hardware::authsecret::V1_0::IAuthSecret;
27 using android::hardware::authsecret::V1_0::implementation::AuthSecret;
DAuthSecret.cpp5 namespace authsecret { namespace
DAuthSecret.h10 namespace authsecret {
/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() local
30 …binder_status_t status = AServiceManager_addService(authsecret->asBinder().get(), instance.c_str()… in main()
DAndroid.bp27 name: "android.hardware.authsecret-service.example",
29 init_rc: ["android.hardware.authsecret-service.example.rc"],
30 vintf_fragments: ["android.hardware.authsecret-service.example.xml"],
37 "android.hardware.authsecret-V1-ndk_platform",
DAuthSecret.cpp22 namespace authsecret { namespace
Dandroid.hardware.authsecret-service.example.rc1 service vendor.authsecret_default /vendor/bin/hw/android.hardware.authsecret-service.example
DAuthSecret.h24 namespace authsecret {
/hardware/interfaces/authsecret/aidl/
DAndroid.bp11 name: "android.hardware.authsecret",
13 srcs: ["android/hardware/authsecret/*.aidl"],
/hardware/interfaces/authsecret/aidl/aidl_api/android.hardware.authsecret/current/android/hardware/authsecret/
DIAuthSecret.aidl19 package android.hardware.authsecret;
/hardware/interfaces/authsecret/aidl/aidl_api/android.hardware.authsecret/1/android/hardware/authsecret/
DIAuthSecret.aidl34 package android.hardware.authsecret;
/hardware/interfaces/authsecret/aidl/android/hardware/authsecret/
DIAuthSecret.aidl17 package android.hardware.authsecret;
/hardware/interfaces/authsecret/1.0/
DAndroid.bp13 name: "android.hardware.authsecret@1.0",
DIAuthSecret.hal16 package android.hardware.authsecret@1.0;
/hardware/google/pixel/citadel/
Dcitadel.mk5 android.hardware.authsecret@1.0-service.citadel \
/hardware/interfaces/
Dcurrent.txt313 42a06dc288f61b0690580f3d37b30b663c31d74d50bb58d0772386b550d5faab android.hardware.authsecret@1.0::I…