Home
last modified time | relevance | path

Searched refs:startRetrieveEntries (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h159 bool startRetrieveEntries() override;
DFakeSecureHardwareProxy.cpp591 bool FakeSecureHardwarePresentationProxy::startRetrieveEntries() { in startRetrieveEntries() function in android::hardware::identity::FakeSecureHardwarePresentationProxy
/hardware/interfaces/identity/aidl/default/common/
DSecureHardwareProxy.h176 virtual bool startRetrieveEntries() = 0;
DIdentityCredential.cpp307 if (!hwProxy_->startRetrieveEntries()) { in startRetrieval()