Home
last modified time | relevance | path

Searched defs:FixedSizeArrayService (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs652 struct FixedSizeArrayService; struct
654 impl Interface for FixedSizeArrayService {} implementation
656 impl IRepeatFixedSizeArray::IRepeatFixedSizeArray for FixedSizeArrayService { implementation
Dtest_service_async.rs702 struct FixedSizeArrayService; struct
704 impl Interface for FixedSizeArrayService {} implementation
707 impl IRepeatFixedSizeArray::IRepeatFixedSizeArrayAsyncServer for FixedSizeArrayService { implementation
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp780 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class
782 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anon0586964a0111::FixedSizeArrayService
Daidl_test_service.cpp956 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class
958 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anonf414188e0111::FixedSizeArrayService
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java728 public static class FixedSizeArrayService extends IRepeatFixedSizeArray.Stub { class in TestServiceServer