• Home
  • Raw
  • Download

Lines Matching refs:array

961   Status RepeatBytes(const std::array<uint8_t, 3>& in_input, std::array<uint8_t, 3>* out_repeated,  in RepeatBytes()
962 std::array<uint8_t, 3>* _aidl_return) override { in RepeatBytes()
967 Status RepeatInts(const std::array<int32_t, 3>& in_input, std::array<int32_t, 3>* out_repeated, in RepeatInts()
968 std::array<int32_t, 3>* _aidl_return) override { in RepeatInts()
973 Status RepeatBinders(const std::array<sp<IBinder>, 3>& in_input, in RepeatBinders()
974 std::array<sp<IBinder>, 3>* out_repeated, in RepeatBinders()
975 std::array<sp<IBinder>, 3>* _aidl_return) override { in RepeatBinders()
981 const std::array<FixedSizeArrayExample::IntParcelable, 3>& in_input, in RepeatParcelables()
982 std::array<FixedSizeArrayExample::IntParcelable, 3>* out_repeated, in RepeatParcelables()
983 std::array<FixedSizeArrayExample::IntParcelable, 3>* _aidl_return) override { in RepeatParcelables()
988 Status Repeat2dBytes(const std::array<std::array<uint8_t, 3>, 2>& in_input, in Repeat2dBytes()
989 std::array<std::array<uint8_t, 3>, 2>* out_repeated, in Repeat2dBytes()
990 std::array<std::array<uint8_t, 3>, 2>* _aidl_return) override { in Repeat2dBytes()
995 Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts()
996 std::array<std::array<int32_t, 3>, 2>* out_repeated, in Repeat2dInts()
997 std::array<std::array<int32_t, 3>, 2>* _aidl_return) override { in Repeat2dInts()
1002 Status Repeat2dBinders(const std::array<std::array<sp<IBinder>, 3>, 2>& in_input, in Repeat2dBinders()
1003 std::array<std::array<sp<IBinder>, 3>, 2>* out_repeated, in Repeat2dBinders()
1004 std::array<std::array<sp<IBinder>, 3>, 2>* _aidl_return) override { in Repeat2dBinders()
1010 const std::array<std::array<FixedSizeArrayExample::IntParcelable, 3>, 2>& in_input, in Repeat2dParcelables()
1011 std::array<std::array<FixedSizeArrayExample::IntParcelable, 3>, 2>* out_repeated, in Repeat2dParcelables()
1012 std::array<std::array<FixedSizeArrayExample::IntParcelable, 3>, 2>* _aidl_return) override { in Repeat2dParcelables()