Home
last modified time | relevance | path

Searched defs:NestedService (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_nested.cpp40 TEST_F(AidlTest, NestedService) { in TEST_F() argument
Daidl_test_client_ndk_nested.cpp50 TEST_F(AidlTest, NestedService) { in TEST_F() argument
Daidl_test_service_ndk.cpp755 class NestedService : public BnNestedService { class
757 NestedService() {} in NestedService() function in __anon4c0400ca0111::NestedService
Daidl_test_service.cpp932 class NestedService : public BnNestedService { class
934 NestedService() {} in NestedService() function in __anon6380430e0111::NestedService
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h36 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h36 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
/system/tools/aidl/tests/rust/
Dtest_service_async.rs671 struct NestedService; struct
673 impl Interface for NestedService {} implementation
676 impl INestedService::INestedServiceAsyncServer for NestedService { implementation
Dtest_service.rs622 struct NestedService; struct
624 impl Interface for NestedService {} implementation
626 impl INestedService::INestedService for NestedService { implementation
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java123 private static class NestedService extends INestedService.Stub { class in TestServiceServer