/system/tools/aidl/tests/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.aidl | 59 @nullable boolean[2] boolNullableArray; 60 @nullable byte[2] byteNullableArray; 61 @nullable char[2] charNullableArray; 62 @nullable int[2] intNullableArray; 63 @nullable long[2] longNullableArray; 64 @nullable float[2] floatNullableArray; 65 @nullable double[2] doubleNullableArray; 66 @nullable @utf8InCpp String[2] stringNullableArray = {"hello", "world"}; 67 @nullable ByteEnum[2] byteEnumNullableArray; 68 @nullable IntEnum[2] intEnumNullableArray; [all …]
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 146 @nullable INamedCallback[] GetNullableInterfaceArray( in GetNullableInterfaceArray() 147 in @nullable String[] names); in GetNullableInterfaceArray() 149 in @nullable INamedCallback[] services, in @nullable String[] names); in VerifyNamesWithNullableInterfaceArray() 151 @nullable List<INamedCallback> GetInterfaceList(in @nullable String[] names); in GetInterfaceList() 152 boolean VerifyNamesWithInterfaceList(in @nullable List<INamedCallback> services, in VerifyNamesWithInterfaceList() 153 in @nullable String[] names); in VerifyNamesWithInterfaceList() 166 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() 167 @nullable ByteEnum[] RepeatNullableByteEnumArray(in @nullable ByteEnum[] input); in RepeatNullableByteEnumArray() 168 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() 169 @nullable LongEnum[] RepeatNullableLongEnumArray(in @nullable LongEnum[] input); in RepeatNullableLongEnumArray() [all …]
|
D | ArrayOfInterfaces.aidl | 24 @nullable IEmptyInterface[] methodWithInterfaces(IEmptyInterface iface, in methodWithInterfaces() 25 @nullable IEmptyInterface nullable_iface, in methodWithInterfaces() 28 in @nullable IEmptyInterface[] nullable_iface_array_in, in methodWithInterfaces() 29 out @nullable IEmptyInterface[] nullable_iface_array_out, in methodWithInterfaces() 30 inout @nullable IEmptyInterface[] nullable_iface_array_inout); in methodWithInterfaces() 36 @nullable IEmptyInterface nullable_iface; 38 @nullable IEmptyInterface[] nullable_iface_array; 44 @nullable IEmptyInterface nullable_iface; 46 @nullable IEmptyInterface[] nullable_iface_array;
|
D | ListOfInterfaces.aidl | 24 @nullable List<IEmptyInterface> methodWithInterfaces(IEmptyInterface iface, in methodWithInterfaces() 25 @nullable IEmptyInterface nullable_iface, in methodWithInterfaces() 28 in @nullable List<IEmptyInterface> nullable_iface_list_in, in methodWithInterfaces() 29 out @nullable List<IEmptyInterface> nullable_iface_list_out, in methodWithInterfaces() 30 inout @nullable List<IEmptyInterface> nullable_iface_list_inout); in methodWithInterfaces() 36 @nullable IEmptyInterface nullable_iface; 38 @nullable List<IEmptyInterface> nullable_iface_list; 44 @nullable IEmptyInterface nullable_iface; 46 @nullable List<IEmptyInterface> nullable_iface_list;
|
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
D | IWificond.aidl | 33 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface() 36 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name); in createClientInterface() 56 @nullable int[] getAvailable2gChannels(); in getAvailable2gChannels() 60 @nullable int[] getAvailable5gNonDFSChannels(); in getAvailable5gNonDFSChannels() 65 @nullable int[] getAvailableDFSChannels(); in getAvailableDFSChannels() 69 @nullable int[] getAvailable6gChannels(); in getAvailable6gChannels() 73 @nullable int[] getAvailable60gChannels(); in getAvailable60gChannels() 108 @nullable DeviceWiphyCapabilities getDeviceWiphyCapabilities(@utf8InCpp String iface_name); in getDeviceWiphyCapabilities()
|
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/1/android/media/audio/common/ |
D | AudioPortConfig.aidl | 40 @nullable android.media.audio.common.Int sampleRate; 41 @nullable android.media.audio.common.AudioChannelLayout channelMask; 42 @nullable android.media.audio.common.AudioFormatDescription format; 43 @nullable android.media.audio.common.AudioGainConfig gain; 44 @nullable android.media.audio.common.AudioIoFlags flags;
|
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/2/android/media/audio/common/ |
D | AudioPortConfig.aidl | 40 @nullable android.media.audio.common.Int sampleRate; 41 @nullable android.media.audio.common.AudioChannelLayout channelMask; 42 @nullable android.media.audio.common.AudioFormatDescription format; 43 @nullable android.media.audio.common.AudioGainConfig gain; 44 @nullable android.media.audio.common.AudioIoFlags flags;
|
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/current/android/media/audio/common/ |
D | AudioPortConfig.aidl | 40 @nullable android.media.audio.common.Int sampleRate; 41 @nullable android.media.audio.common.AudioChannelLayout channelMask; 42 @nullable android.media.audio.common.AudioFormatDescription format; 43 @nullable android.media.audio.common.AudioGainConfig gain; 44 @nullable android.media.audio.common.AudioIoFlags flags;
|
/system/hardware/interfaces/media/aidl/android/media/audio/common/ |
D | AudioPortConfig.aidl | 46 @nullable Int sampleRate; 48 @nullable AudioChannelLayout channelMask; 50 @nullable AudioFormatDescription format; 52 @nullable AudioGainConfig gain; 54 @nullable AudioIoFlags flags;
|
D | MicrophoneInfo.aidl | 92 @nullable Sensitivity sensitivity; 139 @nullable Coordinate position; 145 @nullable Coordinate orientation;
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 85 @nullable byte[] update(in byte[] input); in update() 111 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
|
D | CreateOperationResponse.aidl | 37 @nullable OperationChallenge operationChallenge; 42 @nullable KeyParameters parameters; 48 @nullable byte[] upgradedBlob;
|
D | IKeystoreService.aidl | 108 void updateSubcomponent(in KeyDescriptor key, in @nullable byte[] publicCert, in updateSubcomponent() 109 in @nullable byte[] certificateChain); in updateSubcomponent() 247 in @nullable String startingPastAlias); in listEntriesBatched()
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() 40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
|
D | CreateOperationResponse.aidl | 39 @nullable android.system.keystore2.OperationChallenge operationChallenge; 40 @nullable android.system.keystore2.KeyParameters parameters; 41 @nullable byte[] upgradedBlob;
|
D | IKeystoreService.aidl | 40 …nent(in android.system.keystore2.KeyDescriptor key, in @nullable byte[] publicCert, in @nullable b… in updateSubcomponent() 49 …sBatched(in android.system.keystore2.Domain domain, in long nspace, in @nullable String startingPa… in listEntriesBatched()
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() 40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
|
D | CreateOperationResponse.aidl | 39 @nullable android.system.keystore2.OperationChallenge operationChallenge; 40 @nullable android.system.keystore2.KeyParameters parameters; 41 @nullable byte[] upgradedBlob;
|
D | KeyDescriptor.aidl | 40 @nullable String alias; 41 @nullable byte[] blob;
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() 40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
|
D | CreateOperationResponse.aidl | 39 @nullable android.system.keystore2.OperationChallenge operationChallenge; 40 @nullable android.system.keystore2.KeyParameters parameters; 41 @nullable byte[] upgradedBlob;
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() 40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
|
D | CreateOperationResponse.aidl | 39 @nullable android.system.keystore2.OperationChallenge operationChallenge; 40 @nullable android.system.keystore2.KeyParameters parameters; 41 @nullable byte[] upgradedBlob;
|
D | IKeystoreService.aidl | 40 …nent(in android.system.keystore2.KeyDescriptor key, in @nullable byte[] publicCert, in @nullable b… in updateSubcomponent() 49 …sBatched(in android.system.keystore2.Domain domain, in long nspace, in @nullable String startingPa… in listEntriesBatched()
|
/system/tools/aidl/tests/java/src/android/aidl/sdkversion/ |
D | ITestService.aidl | 28 @nullable TypedObject RepeatTypedObject(in @nullable TypedObject token); in RepeatTypedObject() 31 @nullable List<TypedObject> RepeatTypedList( in RepeatTypedList() 32 in @nullable List<TypedObject> tokens); in RepeatTypedList()
|