HomeSort by relevance Sort by last modified time
    Searched refs:NvramServiceInternal (Results 1 - 2 of 2) sorted by null

  /system/tpm/tpm_manager/server/
binder_service.h 55 friend class NvramServiceInternal;
56 class NvramServiceInternal : public android::tpm_manager::BnTpmNvram {
58 explicit NvramServiceInternal(TpmNvramInterface* service);
59 ~NvramServiceInternal() override = default;
120 android::sp<NvramServiceInternal> nvram_binder_;
binder_service.cc 94 nvram_binder_ = new NvramServiceInternal(nvram_service_);
103 nvram_binder_ = new NvramServiceInternal(nvram_service_);
128 BinderService::NvramServiceInternal::NvramServiceInternal(
132 android::binder::Status BinderService::NvramServiceInternal::DefineSpace(
142 android::binder::Status BinderService::NvramServiceInternal::DestroySpace(
152 android::binder::Status BinderService::NvramServiceInternal::WriteSpace(
162 android::binder::Status BinderService::NvramServiceInternal::ReadSpace(
172 android::binder::Status BinderService::NvramServiceInternal::LockSpace(
182 android::binder::Status BinderService::NvramServiceInternal::ListSpaces
    [all...]

Completed in 1672 milliseconds