/hardware/interfaces/authsecret/1.0/vts/functional/ |
D | VtsHalAuthSecretV1_0TargetTest.cpp | 24 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()
|
D | Android.bp | 30 static_libs: ["android.hardware.authsecret@1.0"],
|
/hardware/interfaces/authsecret/aidl/vts/ |
D | VtsHalAuthSecretTargetTest.cpp | 23 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/ |
D | Android.bp | 27 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
|
D | service.cpp | 23 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()
|
D | android.hardware.authsecret-service.example.rc | 1 … vendor.authsecret_default /apex/com.android.hardware.authsecret/bin/hw/android.hardware.authsecre…
|
D | AuthSecret.cpp | 22 namespace authsecret { namespace
|
D | file_contexts | 3 /bin/hw/android\.hardware\.authsecret-service\.example u:object_r:hal_authsecret_default_exec:…
|
D | AuthSecret.h | 24 namespace authsecret {
|
/hardware/interfaces/authsecret/1.0/default/ |
D | android.hardware.authsecret@1.0-service.rc | 1 service vendor.authsecret-1-0 /vendor/bin/hw/android.hardware.authsecret@1.0-service 2 interface android.hardware.authsecret@1.0::IAuthSecret default
|
D | Android.bp | 11 name: "android.hardware.authsecret@1.0-service", 12 init_rc: ["android.hardware.authsecret@1.0-service.rc"], 27 "android.hardware.authsecret@1.0",
|
D | service.cpp | 26 using android::hardware::authsecret::V1_0::IAuthSecret; 27 using android::hardware::authsecret::V1_0::implementation::AuthSecret;
|
D | AuthSecret.cpp | 5 namespace authsecret { namespace
|
D | AuthSecret.h | 10 namespace authsecret {
|
/hardware/nxp/keymint/KM300/authsecret/ |
D | service.cpp | 43 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()
|
D | Android.bp | 18 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",
|
D | android.hardware.authsecret-service.nxp.rc | 1 service vendor.authsecret_default /vendor/bin/hw/android.hardware.authsecret-service.nxp
|
D | AuthSecret.h | 46 namespace authsecret {
|
/hardware/interfaces/authsecret/aidl/ |
D | Android.bp | 11 name: "android.hardware.authsecret", 13 srcs: ["android/hardware/authsecret/*.aidl"],
|
/hardware/google/pixel/citadel/ |
D | citadel.mk | 6 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/ |
D | IAuthSecret.aidl | 34 package android.hardware.authsecret;
|
/hardware/interfaces/authsecret/aidl/android/hardware/authsecret/ |
D | IAuthSecret.aidl | 17 package android.hardware.authsecret;
|
/hardware/interfaces/authsecret/aidl/aidl_api/android.hardware.authsecret/current/android/hardware/authsecret/ |
D | IAuthSecret.aidl | 19 package android.hardware.authsecret;
|
/hardware/nxp/keymint/KM300/res/ |
D | config.fs | 22 [vendor/bin/hw/android.hardware.authsecret-service.nxp]
|
/hardware/interfaces/authsecret/1.0/ |
D | Android.bp | 13 name: "android.hardware.authsecret@1.0",
|