Searched refs:NestedService (Results 1 – 11 of 11) sorted by relevance
40 TEST_F(AidlTest, NestedService) { in TEST_F() argument
50 TEST_F(AidlTest, NestedService) { in TEST_F() argument
737 class NestedService : public BnNestedService { class739 NestedService() {} in NestedService() function in __anonae89df680111::NestedService740 virtual ~NestedService() = default;890 SharedRefBase::make<NestedService>()->asBinder(), in main()
919 class NestedService : public BnNestedService { class921 NestedService() {} in NestedService() function in __anon955382ac0111::NestedService922 virtual ~NestedService() = default;1013 sp<NativeService>::make(), sp<NestedService>::make(), in main()
603 struct NestedService; struct605 impl Interface for NestedService {} implementation607 impl INestedService::INestedService for NestedService { implementation712 INestedService::BnNestedService::new_binder(NestedService, BinderFeatures::default()); in main()
652 struct NestedService; struct654 impl Interface for NestedService {} implementation657 impl INestedService::INestedServiceAsyncServer for NestedService { implementation779 NestedService, in main()
32 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
82 NestedService nested = new NestedService(); in main()122 private static class NestedService extends INestedService.Stub { class in TestServiceServer
11 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(NestedService, "android.aidl.tests.nested.INestedSe…