Searched defs:NestedService (Results 1 – 7 of 7) sorted by relevance
40 TEST_F(AidlTest, NestedService) { in TEST_F() argument
50 TEST_F(AidlTest, NestedService) { in TEST_F() argument
875 class NestedService : public BnNestedService { class877 NestedService() {} in NestedService() function in __anonbcceb43d0111::NestedService
28 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
575 struct NestedService; struct577 impl Interface for NestedService {} implementation580 impl INestedService::INestedServiceAsyncServer for NestedService { implementation
531 struct NestedService; struct533 impl Interface for NestedService {} implementation535 impl INestedService::INestedService for NestedService { implementation
114 private static class NestedService extends INestedService.Stub { class in TestServiceServer