/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()
|
D | Android.bp | 33 static_libs: ["android.hardware.authsecret-V1-ndk_platform"],
|
/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/interfaces/authsecret/aidl/default/ |
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.bp | 27 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",
|
D | AuthSecret.cpp | 22 namespace authsecret { namespace
|
D | android.hardware.authsecret-service.example.rc | 1 service vendor.authsecret_default /vendor/bin/hw/android.hardware.authsecret-service.example
|
D | AuthSecret.h | 24 namespace authsecret {
|
/hardware/interfaces/authsecret/aidl/ |
D | Android.bp | 11 name: "android.hardware.authsecret", 13 srcs: ["android/hardware/authsecret/*.aidl"],
|
/hardware/interfaces/authsecret/aidl/aidl_api/android.hardware.authsecret/current/android/hardware/authsecret/ |
D | IAuthSecret.aidl | 19 package android.hardware.authsecret;
|
/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/1.0/ |
D | Android.bp | 13 name: "android.hardware.authsecret@1.0",
|
D | IAuthSecret.hal | 16 package android.hardware.authsecret@1.0;
|
/hardware/google/pixel/citadel/ |
D | citadel.mk | 5 android.hardware.authsecret@1.0-service.citadel \
|
/hardware/interfaces/ |
D | current.txt | 313 42a06dc288f61b0690580f3d37b30b663c31d74d50bb58d0772386b550d5faab android.hardware.authsecret@1.0::I…
|