Home
last modified time | relevance | path

Searched refs:hardwareInformation (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.h42 HardwareInformation hardwareInformation) in PresentationSession() argument
45 hardwareInformation_(std::move(hardwareInformation)) {} in PresentationSession()
DWritableIdentityCredential.h45 bool testCredential, HardwareInformation hardwareInformation) in WritableIdentityCredential() argument
49 hardwareInformation_(std::move(hardwareInformation)) {} in WritableIdentityCredential()
DIdentityCredentialStore.cpp45 HardwareInformation* hardwareInformation) { in getHardwareInformation() argument
46 *hardwareInformation = hardwareInformation_; in getHardwareInformation()
DIdentityCredential.h52 HardwareInformation hardwareInformation) in IdentityCredential() argument
57 hardwareInformation_(std::move(hardwareInformation)), in IdentityCredential()
DIdentityCredentialStore.h46 ndk::ScopedAStatus getHardwareInformation(HardwareInformation* hardwareInformation) override;
/hardware/interfaces/identity/aidl/vts/
DEndToEndTests.cpp66 TEST_P(EndToEndTests, hardwareInformation) { in TEST_P() argument