/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 104 @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 …]
|
D | StructuredParcelable.aidl | 65 @nullable IBinder ibinder;
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothSocketManager.aidl | 30 …@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()
|
D | IBluetoothPan.aidl | 29 void setBluetoothTethering(boolean value, String pkgName, @nullable String attributionTag); in setBluetoothTethering()
|
/system/connectivity/wificond/aidl/android/net/wifi/ |
D | IWificond.aidl | 28 @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()
|
D | IClientInterface.aidl | 51 @nullable IWifiScannerImpl getWifiScannerImpl(); in getWifiScannerImpl()
|
/system/security/keystore/ |
D | keystore_aidl_hidl_marshalling_utils.h | 30 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/ |
D | IGateKeeperService.aidl | 41 GateKeeperResponse enroll(int uid, in @nullable byte[] currentPasswordHandle, in enroll() 42 in @nullable byte[] currentPassword, in byte[] desiredPassword); in enroll()
|
/system/tools/aidl/ |
D | aidl_to_ndk.cpp | 65 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()
|
D | aidl_to_cpp.cpp | 67 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/ |
D | nullable_parcelable_array | 1 )enum r{r}parcelable e{@nullable e[]e;}
|
D | nullable_pfd_array | 1 enum F{p}parcelable e{@nullable ParcelFileDescriptor[]y;}
|
/system/gsid/aidl/android/gsi/ |
D | IImageService.aidl | 52 @nullable IProgressCallback on_progress); in createBackingImage()
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 37 " @nullable "
|
D | aidl_test_client_utf8_strings.cpp | 131 TEST_F(AidlStringArrayTest, nullable) { in TEST_F() argument
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 100 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/ |
D | simple_complex_content.xsd | 38 <xs:annotation name="nullable"/>
|