Searched refs:nullable (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl81 @nullable int[] RepeatNullableIntArray(in @nullable int[] input);
82 @nullable String RepeatNullableString(in @nullable String input);
83 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input);
84 @nullable SimpleParcelable RepeatNullableParcelable(in @nullable SimpleParcelable input);
88 @nullable @utf8InCpp String RepeatNullableUtf8CppString(
89 @nullable
[all...]
/system/tools/aidl/
H A Dtype_cpp.cpp108 PrimitiveType* nullable = local
115 read_method, write_method, nullable);

Completed in 73 milliseconds