Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.h96 bool startRetrieveEntries() override;
DRemoteSecureHardwareProxy.cpp299 bool RemoteSecureHardwarePresentationProxy::startRetrieveEntries() { in startRetrieveEntries() function in android::hardware::identity::RemoteSecureHardwarePresentationProxy
/device/google/cuttlefish/guest/hals/identity/common/
DSecureHardwareProxy.h137 virtual bool startRetrieveEntries() = 0;
DIdentityCredential.cpp256 if (!hwProxy_->startRetrieveEntries()) { in startRetrieval()