Home
last modified time | relevance | path

Searched refs:UnregisterForDeathNotifications (Results 1 – 6 of 6) sorted by relevance

/system/core/libbinderwrapper/include/binderwrapper/
Dbinder_wrapper.h76 virtual bool UnregisterForDeathNotifications(const sp<IBinder>& binder) = 0;
Dstub_binder_wrapper.h102 bool UnregisterForDeathNotifications(const sp<IBinder>& binder) override;
/system/core/libbinderwrapper/
Dreal_binder_wrapper.h42 bool UnregisterForDeathNotifications(const sp<IBinder>& binder) override;
Dstub_binder_wrapper.cc72 bool StubBinderWrapper::UnregisterForDeathNotifications( in UnregisterForDeathNotifications() function in android::StubBinderWrapper
Dreal_binder_wrapper.cc99 bool RealBinderWrapper::UnregisterForDeathNotifications( in UnregisterForDeathNotifications() function in android::RealBinderWrapper
/system/update_engine/
Dbinder_service_android.cc110 binder_wrapper->UnregisterForDeathNotifications(callback_binder); in unbind()