Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialStore.cpp56 halApiVersion_ = hal_->getInterfaceVersion(); in init()
66 LOG(INFO) << "Connected to Identity Credential HAL with API version " << halApiVersion_ in init()
150 hal_, halSessionBinder, halApiVersion_); in getCredentialCommon()
DCredentialStore.h73 int halApiVersion_; variable
DCredential.cpp76 halSessionBinder_(halSessionBinder), halApiVersion_(halApiVersion) {} in Credential()
558 if (halApiVersion_ >= 5) { in getEntries()
613 if (halApiVersion_ < 3) { in deleteWithChallenge()
645 if (halApiVersion_ < 3) { in proveOwnership()
879 if (halApiVersion_ < 3) { in update()
DCredential.h107 int halApiVersion_; variable