Searched defs:NestedService (Results 1 – 9 of 9) sorted by relevance
40 TEST_F(AidlTest, NestedService) { in TEST_F() argument
50 TEST_F(AidlTest, NestedService) { in TEST_F() argument
755 class NestedService : public BnNestedService { class757 NestedService() {} in NestedService() function in __anon4c0400ca0111::NestedService
932 class NestedService : public BnNestedService { class934 NestedService() {} in NestedService() function in __anon6380430e0111::NestedService
36 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
671 struct NestedService; struct673 impl Interface for NestedService {} implementation676 impl INestedService::INestedServiceAsyncServer for NestedService { implementation
622 struct NestedService; struct624 impl Interface for NestedService {} implementation626 impl INestedService::INestedService for NestedService { implementation
123 private static class NestedService extends INestedService.Stub { class in TestServiceServer