Home
last modified time | relevance | path

Searched refs:binder_wrapper (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Dbinder_service_stable_android.cc83 auto binder_wrapper = android::BinderWrapper::Get(); in bind() local
84 binder_wrapper->RegisterForDeathNotifications( in bind()
100 auto binder_wrapper = android::BinderWrapper::Get(); in unbind() local
101 binder_wrapper->UnregisterForDeathNotifications(callback_binder); in unbind()
H A Dbinder_service_android.cc78 auto binder_wrapper = android::BinderWrapper::Get(); in bind() local
79 binder_wrapper->RegisterForDeathNotifications( in bind()
94 auto binder_wrapper = android::BinderWrapper::Get(); in unbind() local
95 binder_wrapper->UnregisterForDeathNotifications(callback_binder); in unbind()
225 auto binder_wrapper = android::BinderWrapper::Get(); in RegisterForDeathNotifications() local
226 binder_wrapper->RegisterForDeathNotifications(callback_binder, unbind); in RegisterForDeathNotifications()
H A Ddaemon_android.cc50 auto binder_wrapper = android::BinderWrapper::Get(); in OnInit() local
55 if (!binder_wrapper->RegisterService(binder_service_->ServiceName(), in OnInit()
64 if (!binder_wrapper->RegisterService(stable_binder_service_->ServiceName(), in OnInit()
/aosp12/system/core/libbinderwrapper/include/binderwrapper/
H A Dbinder_test_base.h34 StubBinderWrapper* binder_wrapper() { return binder_wrapper_; } in binder_wrapper() function
/aosp12/system/core/libbinderwrapper/
H A DAndroid.bp48 "binder_wrapper.cc",