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

  /system/core/libbinderwrapper/include/binderwrapper/
stub_binder_wrapper.h 50 // StubBinderWrapper* wrapper = new StubBinderWrapper();
70 class StubBinderWrapper : public BinderWrapper {
72 StubBinderWrapper();
73 ~StubBinderWrapper() override;
128 DISALLOW_COPY_AND_ASSIGN(StubBinderWrapper);
  /system/core/libbinderwrapper/
stub_binder_wrapper.cc 25 StubBinderWrapper::StubBinderWrapper()
29 StubBinderWrapper::~StubBinderWrapper() = default;
31 void StubBinderWrapper::SetBinderForService(const std::string& service_name,
36 sp<IBinder> StubBinderWrapper::GetRegisteredService(
42 void StubBinderWrapper::NotifyAboutBinderDeath(const sp<IBinder>& binder) {
48 sp<IBinder> StubBinderWrapper::GetService(const std::string& service_name) {
53 bool StubBinderWrapper::RegisterService(const std::string& service_name,
59 sp<BBinder> StubBinderWrapper::CreateLocalBinder()
    [all...]

Completed in 531 milliseconds