Home
last modified time | relevance | path

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

12

/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()
/hardware/interfaces/authsecret/aidl/default/
DAndroid.bp27 name: "android.hardware.authsecret-service.example",
39 "android.hardware.authsecret-V1-ndk",
46 name: "android.hardware.authsecret-service.example.rc",
47 src: "android.hardware.authsecret-service.example.rc",
52 name: "android.hardware.authsecret-service.example.xml",
53 src: "android.hardware.authsecret-service.example.xml",
59 name: "com.android.hardware.authsecret",
68 "android.hardware.authsecret-service.example",
71 "android.hardware.authsecret-service.example.rc", // init_rc
72 "android.hardware.authsecret-service.example.xml", // vintf_fragments
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.hardware.authsecret-service.example.rc1 … vendor.authsecret_default /apex/com.android.hardware.authsecret/bin/hw/android.hardware.authsecre…
DAuthSecret.cpp22 namespace authsecret { namespace
Dfile_contexts3 /bin/hw/android\.hardware\.authsecret-service\.example u:object_r:hal_authsecret_default_exec:…
DAuthSecret.h24 namespace authsecret {
/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/nxp/keymint/KM300/authsecret/
Dservice.cpp43 using ::aidl::android::hardware::authsecret::AuthSecret;
47 std::shared_ptr<AuthSecret> authsecret = ndk::SharedRefBase::make<AuthSecret>(); in main() local
52 authsecret->asBinder().get(), instance.c_str()); in main()
DAndroid.bp18 name: "android.hardware.authsecret-service.nxp",
20 init_rc: ["android.hardware.authsecret-service.nxp.rc"],
21 vintf_fragments: ["android.hardware.authsecret-service.nxp.xml"],
35 "android.hardware.authsecret-V1-ndk",
Dandroid.hardware.authsecret-service.nxp.rc1 service vendor.authsecret_default /vendor/bin/hw/android.hardware.authsecret-service.nxp
DAuthSecret.h46 namespace authsecret {
/hardware/interfaces/authsecret/aidl/
DAndroid.bp11 name: "android.hardware.authsecret",
13 srcs: ["android/hardware/authsecret/*.aidl"],
/hardware/google/pixel/citadel/
Dcitadel.mk6 android.hardware.authsecret@1.0-service.citadel \
7 android.hardware.authsecret-service.citadel \
/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/aidl/aidl_api/android.hardware.authsecret/current/android/hardware/authsecret/
DIAuthSecret.aidl19 package android.hardware.authsecret;
/hardware/nxp/keymint/KM300/res/
Dconfig.fs22 [vendor/bin/hw/android.hardware.authsecret-service.nxp]
/hardware/interfaces/authsecret/1.0/
DAndroid.bp13 name: "android.hardware.authsecret@1.0",

12