Lines Matching refs:array
904 Status RepeatBytes(const std::array<uint8_t, 3>& in_input, std::array<uint8_t, 3>* out_repeated, in RepeatBytes()
905 std::array<uint8_t, 3>* _aidl_return) override { in RepeatBytes()
910 Status RepeatInts(const std::array<int32_t, 3>& in_input, std::array<int32_t, 3>* out_repeated, in RepeatInts()
911 std::array<int32_t, 3>* _aidl_return) override { in RepeatInts()
916 Status RepeatBinders(const std::array<sp<IBinder>, 3>& in_input, in RepeatBinders()
917 std::array<sp<IBinder>, 3>* out_repeated, in RepeatBinders()
918 std::array<sp<IBinder>, 3>* _aidl_return) override { in RepeatBinders()
924 const std::array<FixedSizeArrayExample::IntParcelable, 3>& in_input, in RepeatParcelables()
925 std::array<FixedSizeArrayExample::IntParcelable, 3>* out_repeated, in RepeatParcelables()
926 std::array<FixedSizeArrayExample::IntParcelable, 3>* _aidl_return) override { in RepeatParcelables()
931 Status Repeat2dBytes(const std::array<std::array<uint8_t, 3>, 2>& in_input, in Repeat2dBytes()
932 std::array<std::array<uint8_t, 3>, 2>* out_repeated, in Repeat2dBytes()
933 std::array<std::array<uint8_t, 3>, 2>* _aidl_return) override { in Repeat2dBytes()
938 Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts()
939 std::array<std::array<int32_t, 3>, 2>* out_repeated, in Repeat2dInts()
940 std::array<std::array<int32_t, 3>, 2>* _aidl_return) override { in Repeat2dInts()
945 Status Repeat2dBinders(const std::array<std::array<sp<IBinder>, 3>, 2>& in_input, in Repeat2dBinders()
946 std::array<std::array<sp<IBinder>, 3>, 2>* out_repeated, in Repeat2dBinders()
947 std::array<std::array<sp<IBinder>, 3>, 2>* _aidl_return) override { in Repeat2dBinders()
953 const std::array<std::array<FixedSizeArrayExample::IntParcelable, 3>, 2>& in_input, in Repeat2dParcelables()
954 std::array<std::array<FixedSizeArrayExample::IntParcelable, 3>, 2>* out_repeated, in Repeat2dParcelables()
955 std::array<std::array<FixedSizeArrayExample::IntParcelable, 3>, 2>* _aidl_return) override { in Repeat2dParcelables()