OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinderServiceInternal
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
trunks_binder_service.h
52
friend class
BinderServiceInternal
;
53
class
BinderServiceInternal
: public android::trunks::BnTrunks {
55
explicit
BinderServiceInternal
(TrunksBinderService* service);
56
~
BinderServiceInternal
() override = default;
70
base::WeakPtr<
BinderServiceInternal
> GetWeakPtr() {
77
base::WeakPtrFactory<
BinderServiceInternal
> weak_factory_{this};
82
android::sp<
BinderServiceInternal
> binder_;
trunks_binder_service.cc
63
binder_ = new
BinderServiceInternal
(this);
73
TrunksBinderService::
BinderServiceInternal
::
BinderServiceInternal
(
77
android::binder::Status TrunksBinderService::
BinderServiceInternal
::SendCommand(
81
base::Bind(&TrunksBinderService::
BinderServiceInternal
::OnResponse,
93
void TrunksBinderService::
BinderServiceInternal
::OnResponse(
106
TrunksBinderService::
BinderServiceInternal
::SendCommandAndWait(
Completed in 57 milliseconds