Home
last modified time | relevance | path

Searched refs:RegisterForDeathNotifications (Results 1 – 9 of 9) sorted by relevance

/system/core/libbinderwrapper/include/binderwrapper/
Dbinder_wrapper.h71 virtual bool RegisterForDeathNotifications(
Dstub_binder_wrapper.h100 bool RegisterForDeathNotifications(const sp<IBinder>& binder,
/system/core/libbinderwrapper/
Dreal_binder_wrapper.h40 bool RegisterForDeathNotifications(const sp<IBinder>& binder,
Dstub_binder_wrapper.cc65 bool StubBinderWrapper::RegisterForDeathNotifications( in RegisterForDeathNotifications() function in android::StubBinderWrapper
Dreal_binder_wrapper.cc86 bool RealBinderWrapper::RegisterForDeathNotifications( in RegisterForDeathNotifications() function in android::RealBinderWrapper
/system/update_engine/
Dbinder_service_android.cc94 binder_wrapper->RegisterForDeathNotifications( in bind()
237 void RegisterForDeathNotifications(base::Closure unbind) { in RegisterForDeathNotifications() function in chromeos_update_engine::CleanupSuccessfulUpdateCallback
241 binder_wrapper->RegisterForDeathNotifications(callback_binder, unbind); in RegisterForDeathNotifications()
Dservice_delegate_android_interface.h39 virtual void RegisterForDeathNotifications(base::Closure unbind) = 0;
Dupdate_engine_client_android.cc268 android::BinderWrapper::Get()->RegisterForDeathNotifications( in OnInit()
Dupdate_attempter_android.cc1003 callback_ptr->RegisterForDeathNotifications( in CleanupSuccessfulUpdate()