Home
last modified time | relevance | path

Searched refs:NestedService (Results 1 – 11 of 11) 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.cpp737 class NestedService : public BnNestedService { class
739 NestedService() {} in NestedService() function in __anonae89df680111::NestedService
740 virtual ~NestedService() = default;
890 SharedRefBase::make<NestedService>()->asBinder(), in main()
Daidl_test_service.cpp919 class NestedService : public BnNestedService { class
921 NestedService() {} in NestedService() function in __anon955382ac0111::NestedService
922 virtual ~NestedService() = default;
1013 sp<NativeService>::make(), sp<NestedService>::make(), in main()
/system/tools/aidl/tests/rust/
Dtest_service.rs603 struct NestedService; struct
605 impl Interface for NestedService {} implementation
607 impl INestedService::INestedService for NestedService { implementation
712 INestedService::BnNestedService::new_binder(NestedService, BinderFeatures::default()); in main()
Dtest_service_async.rs652 struct NestedService; struct
654 impl Interface for NestedService {} implementation
657 impl INestedService::INestedServiceAsyncServer for NestedService { implementation
779 NestedService, in main()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h32 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.h32 DECLARE_META_INTERFACE(NestedService) in DECLARE_META_INTERFACE() argument
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java82 NestedService nested = new NestedService(); in main()
122 private static class NestedService extends INestedService.Stub { class in TestServiceServer
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp11 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(NestedService, "android.aidl.tests.nested.INestedSe…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp11 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(NestedService, "android.aidl.tests.nested.INestedSe…