Searched refs:AParcel_readInt32 (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/libs/binder/ndk/tests/ |
D | iface.cpp | 56 stat = AParcel_readInt32(in, &valueIn); in IFoo_Class_onTransact() 94 stat = AParcel_readInt32(parcelOut.get(), out); in doubleNumber()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcelable_utils.h | 105 RETURN_ON_FAILURE(AParcel_readInt32(parcel, &wireStability)); 111 binder_status_t status = AParcel_readInt32(parcel, &dataSize);
|
D | binder_parcel_utils.h | 699 binder_status_t status = AParcel_readInt32(parcel, &null); 739 binder_status_t status = AParcel_readInt32(parcel, &null); 752 binder_status_t status = AParcel_readInt32(parcel, &null); 1416 binder_status_t err = AParcel_readInt32(parcel, &size); 1435 binder_status_t err = AParcel_readInt32(parcel, &size); 1691 return AParcel_readInt32(parcel, value);
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_LongArrayMultiStateCounter.cpp | 145 THROW_ON_READ_ERROR(AParcel_readInt32(parcel.get(), &stateCount)); in native_initFromParcel() 148 THROW_ON_READ_ERROR(AParcel_readInt32(parcel.get(), &arrayLength)); in native_initFromParcel()
|
D | com_android_internal_os_LongMultiStateCounter.cpp | 150 THROW_ON_READ_ERROR(AParcel_readInt32(parcel.get(), &stateCount)); in native_initFromParcel()
|
/frameworks/libs/native_bridge_support/libbinder_ndk/ |
D | stubs_arm.cc | 89 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32); 229 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32); in init_stub_library()
|
D | stubs_arm64.cc | 89 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32); 229 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32); in init_stub_library()
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | binder_ndk.cpp | 30 return AParcel_readInt32(parcel, &mValue); in readFromParcel() 113 PARCEL_READ(int32_t, AParcel_readInt32),
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 41 AParcel_readInt32;
|
D | parcel.cpp | 524 binder_status_t AParcel_readInt32(const AParcel* parcel, int32_t* value) { in AParcel_readInt32() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_parcel.h | 727 binder_status_t AParcel_readInt32(const AParcel* parcel, int32_t* value) __INTRODUCED_IN(29);
|
/frameworks/base/libs/hwui/jni/ |
D | Bitmap.cpp | 593 if (AParcel_readInt32(mParcel, &temp) != STATUS_OK) { in readInt32() 672 ON_ERROR_RETURN(AParcel_readInt32(parcel, (int32_t*)&type)); in readBlob() 693 ON_ERROR_RETURN(AParcel_readInt32(parcel, &size)); in readBlob()
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 427 impl Deserialize for i32 = sys::AParcel_readInt32;
|