Searched refs:FixedSizeArrayService (Results 1 – 5 of 5) sorted by relevance
652 struct FixedSizeArrayService; struct654 impl Interface for FixedSizeArrayService {} implementation656 impl IRepeatFixedSizeArray::IRepeatFixedSizeArray for FixedSizeArrayService { implementation738 FixedSizeArrayService, in main()
702 struct FixedSizeArrayService; struct704 impl Interface for FixedSizeArrayService {} implementation707 impl IRepeatFixedSizeArray::IRepeatFixedSizeArrayAsyncServer for FixedSizeArrayService { implementation808 FixedSizeArrayService, in main()
956 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class958 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anon6380430e0111::FixedSizeArrayService959 virtual ~FixedSizeArrayService() = default;1025 sp<FixedSizeArrayService>::make(), sp<LoggableInterfaceService>::make(), in main()
780 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class782 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anon4c0400ca0111::FixedSizeArrayService783 virtual ~FixedSizeArrayService() = default;909 SharedRefBase::make<FixedSizeArrayService>()->asBinder(), in main()
86 FixedSizeArrayService fixedSize = new FixedSizeArrayService(); in main()728 public static class FixedSizeArrayService extends IRepeatFixedSizeArray.Stub { class in TestServiceServer