• Home
  • Raw
  • Download

Lines Matching defs:input

135 ScopedAStatus ReverseArray(const vector<T>& input, vector<T>* repeated, vector<T>* _aidl_return) {  in ReverseArray()
144 ScopedAStatus RepeatNullable(const optional<T>& input, optional<T>* _aidl_return) { in RepeatNullable()
231 ScopedAStatus ReverseBoolean(const vector<bool>& input, vector<bool>* repeated, in ReverseBoolean()
235 ScopedAStatus ReverseByte(const vector<uint8_t>& input, vector<uint8_t>* repeated, in ReverseByte()
239 ScopedAStatus ReverseChar(const vector<char16_t>& input, vector<char16_t>* repeated, in ReverseChar()
243 ScopedAStatus ReverseInt(const vector<int32_t>& input, vector<int32_t>* repeated, in ReverseInt()
247 ScopedAStatus ReverseLong(const vector<int64_t>& input, vector<int64_t>* repeated, in ReverseLong()
251 ScopedAStatus ReverseFloat(const vector<float>& input, vector<float>* repeated, in ReverseFloat()
255 ScopedAStatus ReverseDouble(const vector<double>& input, vector<double>* repeated, in ReverseDouble()
259 ScopedAStatus ReverseString(const vector<std::string>& input, vector<std::string>* repeated, in ReverseString()
263 ScopedAStatus ReverseByteEnum(const vector<ByteEnum>& input, vector<ByteEnum>* repeated, in ReverseByteEnum()
267 ScopedAStatus ReverseIntEnum(const vector<IntEnum>& input, vector<IntEnum>* repeated, in ReverseIntEnum()
271 ScopedAStatus ReverseLongEnum(const vector<LongEnum>& input, vector<LongEnum>* repeated, in ReverseLongEnum()
405 ScopedAStatus ReverseStringList(const vector<std::string>& input, vector<std::string>* repeated, in ReverseStringList()
418 const vector<ScopedFileDescriptor>& input, vector<ScopedFileDescriptor>* repeated, in ReverseParcelFileDescriptorArray()
435 ScopedAStatus RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray()
440 ScopedAStatus RepeatNullableByteEnumArray(const optional<vector<ByteEnum>>& input, in RepeatNullableByteEnumArray()
445 ScopedAStatus RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray()
450 ScopedAStatus RepeatNullableLongEnumArray(const optional<vector<LongEnum>>& input, in RepeatNullableLongEnumArray()
455 ScopedAStatus RepeatNullableStringList(const optional<vector<optional<std::string>>>& input, in RepeatNullableStringList()
461 ScopedAStatus RepeatNullableString(const optional<std::string>& input, in RepeatNullableString()
466 ScopedAStatus RepeatNullableParcelable(const optional<ITestService::Empty>& input, in RepeatNullableParcelable()
472 const optional<vector<optional<ITestService::Empty>>>& input, in RepeatNullableParcelableList()
478 const optional<vector<optional<ITestService::Empty>>>& input, in RepeatNullableParcelableArray()
483 ScopedAStatus TakesAnIBinder(const SpAIBinder& input) override { in TakesAnIBinder()
487 ScopedAStatus TakesANullableIBinder(const SpAIBinder& input) { in TakesANullableIBinder()
491 ScopedAStatus TakesAnIBinderList(const vector<SpAIBinder>& input) override { in TakesAnIBinderList()
495 ScopedAStatus TakesANullableIBinderList(const optional<vector<SpAIBinder>>& input) { in TakesANullableIBinderList()
517 ScopedAStatus ReverseUtf8CppString(const vector<string>& input, vector<string>* repeated, in ReverseUtf8CppString()
522 ScopedAStatus ReverseNullableUtf8CppString(const optional<vector<optional<string>>>& input, in ReverseNullableUtf8CppString()
528 ScopedAStatus ReverseUtf8CppStringList(const optional<vector<optional<string>>>& input, in ReverseUtf8CppStringList()
624 ScopedAStatus ReverseIBinderArray(const vector<SpAIBinder>& input, vector<SpAIBinder>* repeated, in ReverseIBinderArray()
633 const std::optional<vector<SpAIBinder>>& input, std::optional<vector<SpAIBinder>>* repeated, in ReverseNullableIBinderArray()
643 ScopedAStatus RepeatSimpleParcelable(const SimpleParcelable& input, SimpleParcelable* repeat, in RepeatSimpleParcelable()
651 ScopedAStatus ReverseSimpleParcelables(const vector<SimpleParcelable>& input, in ReverseSimpleParcelables()
671 ScopedAStatus GetUnionTags(const std::vector<Union>& input, in GetUnionTags()
851 const aidl::android::aidl::test::trunk::ITrunkStableTest::MyParcelable& input, in repeatParcelable()
857 aidl::android::aidl::test::trunk::ITrunkStableTest::MyEnum input, in repeatEnum()
863 const aidl::android::aidl::test::trunk::ITrunkStableTest::MyUnion& input, in repeatUnion()
893 const aidl::android::aidl::test::trunk::ITrunkStableTest::MyOtherParcelable& input, in repeatOtherParcelable()