Searched refs:AParcel_writeByteArray (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | ScopedParcel.cpp | 79 AParcel_writeByteArray(mParcel, reinterpret_cast<const int8_t*>(data->data()), in writeData() 82 AParcel_writeByteArray(mParcel, nullptr, -1); in writeData()
|
D | Bitmap.cpp | 695 ON_ERROR_RETURN(AParcel_writeByteArray(parcel, static_cast<const int8_t*>(data), size)); in writeBlob()
|
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/ |
D | stubs_arm.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeByteArray); 299 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeByteArray); in init_stub_library()
|
D | stubs_arm64.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeByteArray); 299 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeByteArray); in init_stub_library()
|
D | stubs_riscv64.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeByteArray); 299 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeByteArray); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 59 AParcel_writeByteArray;
|
D | parcel.cpp | 628 binder_status_t AParcel_writeByteArray(AParcel* parcel, const int8_t* arrayData, int32_t length) { in AParcel_writeByteArray() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_parcel.h | 957 binder_status_t AParcel_writeByteArray(AParcel* parcel, const int8_t* arrayData, int32_t length)
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcel_utils.h | 968 return AParcel_writeByteArray(parcel, reinterpret_cast<const int8_t*>(vec.data()), 1020 return AParcel_writeByteArray( 1349 return AParcel_writeByteArray(parcel, reinterpret_cast<const int8_t*>(vec.data()), 1358 if (!vec) return AParcel_writeByteArray(parcel, nullptr, -1); 1464 return AParcel_writeByteArray(parcel, reinterpret_cast<const int8_t*>(arr.data()),
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 464 impl SerializeArray for i8 = sys::AParcel_writeByteArray; 539 sys::AParcel_writeByteArray( in serialize_array()
|