Searched refs:binder_wrapper_ (Results 1 – 5 of 5) sorted by relevance
24 BinderTestBase::BinderTestBase() : binder_wrapper_(new StubBinderWrapper()) { in BinderTestBase()26 BinderWrapper::InitForTesting(binder_wrapper_); in BinderTestBase()
34 StubBinderWrapper* binder_wrapper() { return binder_wrapper_; } in binder_wrapper()37 StubBinderWrapper* binder_wrapper_; // Not owned.
39 binder_wrapper_{binder_wrapper} {47 android::sp<android::IBinder> binder = binder_wrapper_->GetService( in TryConnecting()
74 android::BinderWrapper* binder_wrapper_; variable
232 android::BinderWrapper* binder_wrapper_; member in weaved::ServiceImpl295 : binder_wrapper_{binder_wrapper}, in ServiceImpl()305 binder_wrapper_->UnregisterForDeathNotifications(binder); in ~ServiceImpl()410 binder_wrapper_->GetService(weaved::binder::kWeaveServiceName); in TryConnecting()420 bool register_success = binder_wrapper_->RegisterForDeathNotifications( in TryConnecting()449 binder_wrapper_, message_loop_, service_subscription_, in ReconnectOnServiceDisconnection()