Home
last modified time | relevance | path

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

/system/tools/aidl/tests/rust/
Dtest_service.rs525 struct FixedSizeArrayService; struct
527 impl Interface for FixedSizeArrayService {} implementation
529 impl IRepeatFixedSizeArray::IRepeatFixedSizeArray for FixedSizeArrayService { implementation
/system/tools/aidl/tests/
Daidl_test_service.cpp852 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class
854 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anon556d30440111::FixedSizeArrayService
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java683 public static class FixedSizeArrayService extends IRepeatFixedSizeArray.Stub { class in TestServiceServer