Lines Matching refs:BinderFeatures
20 use binder::{BinderFeatures, Interface, StatusCode, ThreadState};
62 BnTest::new_binder(TestService::new(&extension_name), BinderFeatures::default()); in main()
379 BinderFeatures, DeathRecipient, FromIBinder, IBinder, Interface, SpIBinder, StatusCode,
894 BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()) in reassociate_rust_binder()
906 let service = BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()); in weak_binder_upgrade()
920 BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()); in weak_binder_upgrade_dead()
931 let service = BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()); in weak_binder_clone()
948 BnTest::new_binder(TestService::new("testing_service1"), BinderFeatures::default()); in binder_ord()
950 BnTest::new_binder(TestService::new("testing_service2"), BinderFeatures::default()); in binder_ord()
960 BnTest::new_binder(TestService::new("testing_service1"), BinderFeatures::default()); in binder_parcel_mixup()
962 BnTest::new_binder(TestService::new("testing_service2"), BinderFeatures::default()); in binder_parcel_mixup()