Home
last modified time | relevance | path

Searched refs:readFixedArray (Results 1 – 25 of 123) sorted by relevance

12345

/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp29 _aidl_ret_status = _aidl_parcel->readFixedArray(&int2x3); in readFromParcel()
37 _aidl_ret_status = _aidl_parcel->readFixedArray(&boolArray); in readFromParcel()
45 _aidl_ret_status = _aidl_parcel->readFixedArray(&byteArray); in readFromParcel()
53 _aidl_ret_status = _aidl_parcel->readFixedArray(&charArray); in readFromParcel()
61 _aidl_ret_status = _aidl_parcel->readFixedArray(&intArray); in readFromParcel()
69 _aidl_ret_status = _aidl_parcel->readFixedArray(&longArray); in readFromParcel()
77 _aidl_ret_status = _aidl_parcel->readFixedArray(&floatArray); in readFromParcel()
85 _aidl_ret_status = _aidl_parcel->readFixedArray(&doubleArray); in readFromParcel()
93 _aidl_ret_status = _aidl_parcel->readFixedArray(&stringArray); in readFromParcel()
101 _aidl_ret_status = _aidl_parcel->readFixedArray(&byteEnumArray); in readFromParcel()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp29 _aidl_ret_status = _aidl_parcel->readFixedArray(&int2x3); in readFromParcel()
37 _aidl_ret_status = _aidl_parcel->readFixedArray(&boolArray); in readFromParcel()
45 _aidl_ret_status = _aidl_parcel->readFixedArray(&byteArray); in readFromParcel()
53 _aidl_ret_status = _aidl_parcel->readFixedArray(&charArray); in readFromParcel()
61 _aidl_ret_status = _aidl_parcel->readFixedArray(&intArray); in readFromParcel()
69 _aidl_ret_status = _aidl_parcel->readFixedArray(&longArray); in readFromParcel()
77 _aidl_ret_status = _aidl_parcel->readFixedArray(&floatArray); in readFromParcel()
85 _aidl_ret_status = _aidl_parcel->readFixedArray(&doubleArray); in readFromParcel()
93 _aidl_ret_status = _aidl_parcel->readFixedArray(&stringArray); in readFromParcel()
101 _aidl_ret_status = _aidl_parcel->readFixedArray(&byteEnumArray); in readFromParcel()
[all …]
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder.cpp254 PARCEL_READ_WITH_STATUS(std::array<uint8_t COMMA 3>, readFixedArray),
255 PARCEL_READ_WITH_STATUS(std::optional<std::array<uint8_t COMMA 3>>, readFixedArray),
256 PARCEL_READ_WITH_STATUS(std::array<char16_t COMMA 3>, readFixedArray),
257 PARCEL_READ_WITH_STATUS(std::optional<std::array<char16_t COMMA 3>>, readFixedArray),
258 PARCEL_READ_WITH_STATUS(std::array<std::string COMMA 3>, readFixedArray),
259 …EL_READ_WITH_STATUS(std::optional<std::array<std::optional<std::string> COMMA 3>>, readFixedArray),
260 PARCEL_READ_WITH_STATUS(std::array<android::String16 COMMA 3>, readFixedArray),
261 …D_WITH_STATUS(std::optional<std::array<std::optional<android::String16> COMMA 3>>, readFixedArray),
262 PARCEL_READ_WITH_STATUS(std::array<android::sp<android::IBinder> COMMA 3>, readFixedArray),
263 …READ_WITH_STATUS(std::optional<std::array<android::sp<android::IBinder> COMMA 3>>, readFixedArray),
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DFixedSize.cpp109 _aidl_ret_status = _aidl_parcel->readFixedArray(&intArray); in readFromParcel()
117 _aidl_ret_status = _aidl_parcel->readFixedArray(&multiDimensionLongArray); in readFromParcel()
149 _aidl_ret_status = _aidl_parcel->readFixedArray(&parcelableArray); in readFromParcel()
157 _aidl_ret_status = _aidl_parcel->readFixedArray(&unionArray); in readFromParcel()
437 …if ((_aidl_ret_status = _aidl_parcel->readFixedArray(&_aidl_value)) != ::android::OK) return _aidl… in readFromParcel()
447 …if ((_aidl_ret_status = _aidl_parcel->readFixedArray(&_aidl_value)) != ::android::OK) return _aidl… in readFromParcel()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DFixedSize.cpp109 _aidl_ret_status = _aidl_parcel->readFixedArray(&intArray); in readFromParcel()
117 _aidl_ret_status = _aidl_parcel->readFixedArray(&multiDimensionLongArray); in readFromParcel()
149 _aidl_ret_status = _aidl_parcel->readFixedArray(&parcelableArray); in readFromParcel()
157 _aidl_ret_status = _aidl_parcel->readFixedArray(&unionArray); in readFromParcel()
437 …if ((_aidl_ret_status = _aidl_parcel->readFixedArray(&_aidl_value)) != ::android::OK) return _aidl… in readFromParcel()
447 …if ((_aidl_ret_status = _aidl_parcel->readFixedArray(&_aidl_value)) != ::android::OK) return _aidl… in readFromParcel()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java579 _reply.readFixedArray(repeated); in RepeatBytes()
598 _reply.readFixedArray(repeated); in RepeatInts()
617 _reply.readFixedArray(repeated); in RepeatBinders()
636 …_reply.readFixedArray(repeated, android.aidl.fixedsizearray.FixedSizeArrayExample.IntParcelable.CR… in RepeatParcelables()
655 _reply.readFixedArray(repeated); in Repeat2dBytes()
674 _reply.readFixedArray(repeated); in Repeat2dInts()
693 _reply.readFixedArray(repeated); in Repeat2dBinders()
712 …_reply.readFixedArray(repeated, android.aidl.fixedsizearray.FixedSizeArrayExample.IntParcelable.CR… in Repeat2dParcelables()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java579 _reply.readFixedArray(repeated); in RepeatBytes()
598 _reply.readFixedArray(repeated); in RepeatInts()
617 _reply.readFixedArray(repeated); in RepeatBinders()
636 …_reply.readFixedArray(repeated, android.aidl.fixedsizearray.FixedSizeArrayExample.IntParcelable.CR… in RepeatParcelables()
655 _reply.readFixedArray(repeated); in Repeat2dBytes()
674 _reply.readFixedArray(repeated); in Repeat2dInts()
693 _reply.readFixedArray(repeated); in Repeat2dBinders()
712 …_reply.readFixedArray(repeated, android.aidl.fixedsizearray.FixedSizeArrayExample.IntParcelable.CR… in Repeat2dParcelables()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DParcel.java4261 public <T> void readFixedArray(@NonNull T val) { in readFixedArray() method in Parcel
4286 readFixedArray(Array.get(val, i)); in readFixedArray()
4300 public <T, S extends IInterface> void readFixedArray(@NonNull T val, in readFixedArray() method in Parcel
4312 readFixedArray(Array.get(val, i), asInterface); in readFixedArray()
4326 public <T, S extends Parcelable> void readFixedArray(@NonNull T val, in readFixedArray() method in Parcel
4338 readFixedArray(Array.get(val, i), c); in readFixedArray()
4430 readFixedArray(Array.get(val, i)); in createFixedArray()
4490 readFixedArray(Array.get(val, i), asInterface); in createFixedArray()
4549 readFixedArray(Array.get(val, i), c); in createFixedArray()
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/media/android.media.audio.common.types-V4-cpp-source/gen/android/media/audio/common/
DHeadTracking.cpp56 …if ((_aidl_ret_status = _aidl_parcel->readFixedArray(&_aidl_value)) != ::android::OK) return _aidl… in readFromParcel()
/aosp_15_r20/frameworks/base/core/tests/fuzzers/ParcelFuzzer/
H A DReadUtils.java423 parcel.readFixedArray(array, TestInterface::asInterface);
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-cpp-source/gen/android/hardware/security/keymint/
DIKeyMintDevice.cpp629 _aidl_ret_status = _aidl_reply.readFixedArray(_aidl_return); in getRootOfTrustChallenge()
1287 _aidl_ret_status = _aidl_data.readFixedArray(&in_challenge); in onTransact()
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DParcel.h524 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
528 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DParcel.h514 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
518 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DParcel.h514 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
518 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DParcel.h524 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
528 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DParcel.h514 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
518 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DParcel.h524 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
528 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DParcel.h524 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
528 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DParcel.h514 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
518 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/frameworks/native/include/binder/
H A DParcel.h575 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
579 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DParcel.h575 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray() function
579 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray() function
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DParcelTest.java3878 p.readFixedArray(readInts); in testFixedArray()
3891 p.readFixedArray(readSignatures, Signature.CREATOR); in testFixedArray()
3930 p.readFixedArray(mockInterfaces, MockIInterface::asInterface); in testFixedArray()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-11/
Dframework.jarandroid/os/vibrator/BasicPwleSegment.class BasicPwleSegment.java package android.os.vibrator public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar11META-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/prebuilts/sdk/33/public/
HDandroid-non-updatable.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest ...

12345