Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl104 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray()
105 @nullable ByteEnum[] RepeatNullableByteEnumArray(in @nullable ByteEnum[] input); in RepeatNullableByteEnumArray()
106 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray()
107 @nullable LongEnum[] RepeatNullableLongEnumArray(in @nullable LongEnum[] input); in RepeatNullableLongEnumArray()
108 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString()
109 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input); in RepeatNullableStringList()
110 @nullable SimpleParcelable RepeatNullableParcelable(in @nullable SimpleParcelable input); in RepeatNullableParcelable()
114 void TakesANullableIBinder(in @nullable IBinder input); in TakesANullableIBinder()
115 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList()
119 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString()
[all …]
DStructuredParcelable.aidl65 @nullable IBinder ibinder;
/system/bt/binder/android/bluetooth/
DIBluetoothSocketManager.aidl30 …@nullable ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in @nullable Par… in connectSocket()
31 …@nullable ParcelFileDescriptor createSocketChannel(int type, in @nullable String serviceName, in @ in createSocketChannel()
DIBluetoothPan.aidl29 void setBluetoothTethering(boolean value, String pkgName, @nullable String attributionTag); in setBluetoothTethering()
/system/connectivity/wificond/aidl/android/net/wifi/
DIWificond.aidl28 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface()
31 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name); in createClientInterface()
51 @nullable int[] getAvailable2gChannels(); in getAvailable2gChannels()
55 @nullable int[] getAvailable5gNonDFSChannels(); in getAvailable5gNonDFSChannels()
60 @nullable int[] getAvailableDFSChannels(); in getAvailableDFSChannels()
DIClientInterface.aidl51 @nullable IWifiScannerImpl getWifiScannerImpl(); in getWifiScannerImpl()
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.h30 inline auto nullable(Fn fn, const android::Parcel& in, Args&&... args)
39 inline android::status_t nullable(Fn fn, const NullOr<Arg>& arg, android::Parcel* out) { in nullable() function
49 inline android::status_t nullable(Fn fn, Arg&& arg, android::Parcel* out) { in nullable() function
56 inline android::status_t nullable(android::Parcel* out) { in nullable() function
/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl41 GateKeeperResponse enroll(int uid, in @nullable byte[] currentPasswordHandle, in enroll()
42 in @nullable byte[] currentPassword, in byte[] desiredPassword); in enroll()
/system/tools/aidl/
Daidl_to_ndk.cpp65 std::shared_ptr<Aspect> nullable; member
107 .nullable = nullptr, in PrimitiveType()
129 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{ in InterfaceTypeInfo()
156 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{ in ParcelableTypeInfo()
212 .nullable = nullptr, in EnumDeclarationTypeInfo()
261 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
285 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
308 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
377 AIDL_FATAL_IF(info.nullable == nullptr, aidl) in GetTypeAspect()
379 return *info.nullable; in GetTypeAspect()
Daidl_to_cpp.cpp67 const bool nullable = raw_type.IsNullable(); in RawParcelMethod() local
94 if (aidl_name == "IBinder" && nullable && readMethod) { in RawParcelMethod()
97 if (aidl_name == "ParcelFileDescriptor" && nullable && !readMethod) { in RawParcelMethod()
113 if (nullable && readMethod) { in RawParcelMethod()
127 if (nullable && !readMethod) { in RawParcelMethod()
/system/tools/aidl/tests/corpus/
Dnullable_parcelable_array1 )enum r{r}parcelable e{@nullable e[]e;}
Dnullable_pfd_array1 enum F{p}parcelable e{@nullable ParcelFileDescriptor[]y;}
/system/gsid/aidl/android/gsi/
DIImageService.aidl52 @nullable IProgressCallback on_progress); in createBackingImage()
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict37 " @nullable "
Daidl_test_client_utf8_strings.cpp131 TEST_F(AidlStringArrayTest, nullable) { in TEST_F() argument
/system/vold/binder/android/os/
DIVold.aidl100 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial, in prepareUserStorage()
102 void destroyUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in destroyUserStorage()
/system/tools/xsdc/tests/resources/simple_complex_content/
Dsimple_complex_content.xsd38 <xs:annotation name="nullable"/>