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

  /system/core/libbinderwrapper/
real_binder_wrapper.cc 28 // to be wrapped in sp<>, so registering RealBinderWrapper as a recipient would
30 class RealBinderWrapper::DeathRecipient : public IBinder::DeathRecipient {
48 RealBinderWrapper::RealBinderWrapper() = default;
50 RealBinderWrapper::~RealBinderWrapper() = default;
52 sp<IBinder> RealBinderWrapper::GetService(const std::string& service_name) {
65 bool RealBinderWrapper::RegisterService(const std::string& service_name,
82 sp<BBinder> RealBinderWrapper::CreateLocalBinder() {
86 bool RealBinderWrapper::RegisterForDeathNotifications
    [all...]
real_binder_wrapper.h 30 class RealBinderWrapper : public BinderWrapper {
32 RealBinderWrapper();
33 ~RealBinderWrapper() override;
53 DISALLOW_COPY_AND_ASSIGN(RealBinderWrapper);
binder_wrapper.cc 31 instance_ = new RealBinderWrapper();
56 instance_ = new RealBinderWrapper();

Completed in 455 milliseconds