OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnershipServiceInternal
(Results
1 - 2
of
2
) sorted by null
/system/tpm/tpm_manager/server/
binder_service.h
95
friend class
OwnershipServiceInternal
;
96
class
OwnershipServiceInternal
: public android::tpm_manager::BnTpmOwnership {
98
explicit
OwnershipServiceInternal
(TpmOwnershipInterface* service);
99
~
OwnershipServiceInternal
() override = default;
121
android::sp<
OwnershipServiceInternal
> ownership_binder_;
binder_service.cc
95
ownership_binder_ = new
OwnershipServiceInternal
(ownership_service_);
104
ownership_binder_ = new
OwnershipServiceInternal
(ownership_service_);
202
BinderService::
OwnershipServiceInternal
::
OwnershipServiceInternal
(
206
android::binder::Status BinderService::
OwnershipServiceInternal
::GetTpmStatus(
216
android::binder::Status BinderService::
OwnershipServiceInternal
::TakeOwnership(
227
BinderService::
OwnershipServiceInternal
::RemoveOwnerDependency(
Completed in 110 milliseconds