Home
last modified time | relevance | path

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

/system/tools/aidl/tests/rust/
Dtest_service.rs561 struct FixedSizeArrayService; struct
563 impl Interface for FixedSizeArrayService {} implementation
565 impl IRepeatFixedSizeArray::IRepeatFixedSizeArray for FixedSizeArrayService { implementation
/system/tools/aidl/tests/
Daidl_test_service.cpp899 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class
901 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anonbcceb43d0111::FixedSizeArrayService
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java709 public static class FixedSizeArrayService extends IRepeatFixedSizeArray.Stub { class in TestServiceServer