Home
last modified time | relevance | path

Searched refs:nvram_binder_ (Results 1 – 2 of 2) sorted by relevance

/system/tpm/tpm_manager/server/
Dbinder_service.cc94 nvram_binder_ = new NvramServiceInternal(nvram_service_); in InitForTesting()
103 nvram_binder_ = new NvramServiceInternal(nvram_service_); in OnInit()
106 kTpmNvramBinderName, android::IInterface::asBinder(nvram_binder_))) { in OnInit()
121 return nvram_binder_.get(); in GetITpmNvram()
Dbinder_service.h120 android::sp<NvramServiceInternal> nvram_binder_; variable