Home
last modified time | relevance | path

Searched refs:nullable (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl81 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray()
82 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString()
83 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input); in RepeatNullableStringList()
84 @nullable SimpleParcelable RepeatNullableParcelable(in @nullable SimpleParcelable input); in RepeatNullableParcelable()
88 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString()
89 @nullable @utf8InCpp String token); in RepeatNullableUtf8CppString()
94 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList()
95 in @nullable @utf8InCpp List<String> input, in ReverseUtf8CppStringList()
96 out @nullable @utf8InCpp List<String> repeated); in ReverseUtf8CppStringList()
/system/tools/aidl/docs/
Daidl-cpp.md141 understand nullable annotations.
147 void ReadStrings(String neverNull, in @nullable String maybeNull);
163 back the caller. Parameters marked with @nullable are passed by pointer,
166 with the @nullable annotation.
/system/tools/aidl/
Daidl_language_l.ll75 @nullable { return yy::parser::token::ANNOTATION_NULLABLE; }
Dtype_cpp.cpp108 PrimitiveType* nullable = in PrimitiveArrayType() local
115 read_method, write_method, nullable); in PrimitiveArrayType()