Searched refs:NestedService (Results 1 – 8 of 8) sorted by relevance
40 TEST_F(AidlTest, NestedService) { in TEST_F() argument
47 TEST_F(AidlTest, NestedService) { in TEST_F() argument
828 class NestedService : public BnNestedService { class830 NestedService() {} in NestedService() function in __anon556d30440111::NestedService831 virtual ~NestedService() = default;956 android::sp<NestedService> nestedService = new NestedService; in Run()
495 struct NestedService; struct497 impl Interface for NestedService {} implementation499 impl INestedService::INestedService for NestedService { implementation604 INestedService::BnNestedService::new_binder(NestedService, BinderFeatures::default()); in main()
538 struct NestedService; struct540 impl Interface for NestedService {} implementation543 impl INestedService::INestedServiceAsyncServer for NestedService { implementation592 NestedService, in main()
20 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
68 NestedService nested = new NestedService(); in main()105 private static class NestedService extends INestedService.Stub { class in TestServiceServer
7 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(NestedService, "android.aidl.tests.nested.INestedSe…