Searched refs:binder_wrapper (Results 1 – 4 of 4) sorted by relevance
53 auto binder_wrapper = android::BinderWrapper::Get(); in OnInit() local54 if (!binder_wrapper->RegisterService(binder_service_->ServiceName(), in OnInit()
93 auto binder_wrapper = android::BinderWrapper::Get(); in bind() local94 binder_wrapper->RegisterForDeathNotifications( in bind()109 auto binder_wrapper = android::BinderWrapper::Get(); in unbind() local110 binder_wrapper->UnregisterForDeathNotifications(callback_binder); in unbind()240 auto binder_wrapper = android::BinderWrapper::Get(); in RegisterForDeathNotifications() local241 binder_wrapper->RegisterForDeathNotifications(callback_binder, unbind); in RegisterForDeathNotifications()
34 StubBinderWrapper* binder_wrapper() { return binder_wrapper_; } in binder_wrapper() function
44 "binder_wrapper.cc",