Home
last modified time | relevance | path

Searched refs:StubBinderWrapper (Results 1 – 4 of 4) sorted by relevance

/system/core/libbinderwrapper/
Dstub_binder_wrapper.cc25 StubBinderWrapper::StubBinderWrapper() in StubBinderWrapper() function in android::StubBinderWrapper
29 StubBinderWrapper::~StubBinderWrapper() = default;
31 void StubBinderWrapper::SetBinderForService(const std::string& service_name, in SetBinderForService()
36 sp<IBinder> StubBinderWrapper::GetRegisteredService( in GetRegisteredService()
42 void StubBinderWrapper::NotifyAboutBinderDeath(const sp<IBinder>& binder) { in NotifyAboutBinderDeath()
48 sp<IBinder> StubBinderWrapper::GetService(const std::string& service_name) { in GetService()
53 bool StubBinderWrapper::RegisterService(const std::string& service_name, in RegisterService()
59 sp<BBinder> StubBinderWrapper::CreateLocalBinder() { in CreateLocalBinder()
65 bool StubBinderWrapper::RegisterForDeathNotifications( in RegisterForDeathNotifications()
72 bool StubBinderWrapper::UnregisterForDeathNotifications( in UnregisterForDeathNotifications()
[all …]
Dbinder_test_base.cc24 BinderTestBase::BinderTestBase() : binder_wrapper_(new StubBinderWrapper()) { in BinderTestBase()
/system/core/libbinderwrapper/include/binderwrapper/
Dbinder_test_base.h25 class StubBinderWrapper; variable
34 StubBinderWrapper* binder_wrapper() { return binder_wrapper_; } in binder_wrapper()
37 StubBinderWrapper* binder_wrapper_; // Not owned.
Dstub_binder_wrapper.h70 class StubBinderWrapper : public BinderWrapper {
72 StubBinderWrapper();
73 ~StubBinderWrapper() override;
128 DISALLOW_COPY_AND_ASSIGN(StubBinderWrapper);