Searched refs:AParcel_readInt32 (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/libs/binder/ndk/tests/ |
D | iface.cpp | 57 stat = AParcel_readInt32(in, &valueIn); in IFoo_Class_onTransact() 100 stat = AParcel_readInt32(parcelOut.get(), out); in doubleNumber()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcelable_utils.h | 74 RETURN_ON_FAILURE(AParcel_readInt32(parcel, &wireStability)); in readFromParcel() 80 binder_status_t status = AParcel_readInt32(parcel, &dataSize); in readFromParcel()
|
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); 1690 return AParcel_readInt32(parcel, value);
|
/frameworks/base/libs/hwui/jni/ |
D | ScopedParcel.cpp | 26 if (AParcel_readInt32(mParcel, &temp) != STATUS_OK) { in readInt32()
|
D | Bitmap.cpp | 613 ON_ERROR_RETURN(AParcel_readInt32(parcel, (int32_t*)&type)); in readBlob() 634 ON_ERROR_RETURN(AParcel_readInt32(parcel, &size)); in readBlob()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_LongArrayMultiStateCounter.cpp | 176 THROW_AND_RETURN_ON_READ_ERROR(AParcel_readInt32(parcel.get(), &stateCount)); in native_initFromParcel() 184 THROW_AND_RETURN_ON_READ_ERROR(AParcel_readInt32(parcel.get(), &arrayLength)); in native_initFromParcel()
|
D | com_android_internal_os_LongMultiStateCounter.cpp | 153 THROW_AND_RETURN_ON_READ_ERROR(AParcel_readInt32(parcel.get(), &stateCount)); in native_initFromParcel()
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | binder_ndk.cpp | 33 return AParcel_readInt32(parcel, &mValue); in readFromParcel() 121 PARCEL_READ(int32_t, AParcel_readInt32),
|
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/ |
D | stubs_arm.cc | 90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32); 279 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32); in init_stub_library()
|
D | stubs_arm64.cc | 90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32); 279 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32); in init_stub_library()
|
D | stubs_riscv64.cc | 90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32); 279 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 41 AParcel_readInt32;
|
D | parcel.cpp | 548 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 | 732 binder_status_t AParcel_readInt32(const AParcel* parcel, int32_t* value) __INTRODUCED_IN(29);
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 482 impl Deserialize for i32 = sys::AParcel_readInt32;
|