HomeSort by relevance Sort by last modified time
    Searched defs:ReadNvram (Results 1 - 4 of 4) sorted by null

  /system/tpm/tpm_manager/client/
tpm_nvram_dbus_proxy.cc 65 void TpmNvramDBusProxy::ReadNvram(const ReadNvramRequest& request,
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 129 bool Tpm2NvramImpl::ReadNvram(uint32_t index, std::string* data) {
tpm_manager_service.cc 207 void TpmManagerService::ReadNvram(const ReadNvramRequest& request,
217 if (!tpm_nvram_->ReadNvram(request.index(), result->mutable_data())) {
tpm_nvram_impl.cc 129 bool TpmNvramImpl::ReadNvram(uint32_t index, std::string* data) {

Completed in 40 milliseconds