Home
last modified time | relevance | path

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

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