Home
last modified time | relevance | path

Searched refs:NestedService (Results 1 – 8 of 8) 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.cpp47 TEST_F(AidlTest, NestedService) { in TEST_F() argument
Daidl_test_service.cpp828 class NestedService : public BnNestedService { class
830 NestedService() {} in NestedService() function in __anon556d30440111::NestedService
831 virtual ~NestedService() = default;
956 android::sp<NestedService> nestedService = new NestedService; in Run()
/system/tools/aidl/tests/rust/
Dtest_service.rs495 struct NestedService; struct
497 impl Interface for NestedService {} implementation
499 impl INestedService::INestedService for NestedService { implementation
604 INestedService::BnNestedService::new_binder(NestedService, BinderFeatures::default()); in main()
Dtest_service_async.rs538 struct NestedService; struct
540 impl Interface for NestedService {} implementation
543 impl INestedService::INestedServiceAsyncServer for NestedService { implementation
592 NestedService, in main()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h20 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java68 NestedService nested = new NestedService(); in main()
105 private static class NestedService extends INestedService.Stub { class in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp7 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(NestedService, "android.aidl.tests.nested.INestedSe…