Searched refs:AParcel_writeByteArray (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeByteArray); 235 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeByteArray); in init_stub_library()
|
H A D | stubs_arm64.cc | 102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeByteArray); 235 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeByteArray); in init_stub_library()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 59 AParcel_writeByteArray;
|
H A D | parcel.cpp | 600 binder_status_t AParcel_writeByteArray(AParcel* parcel, const int8_t* arrayData, int32_t length) { in AParcel_writeByteArray() function
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 952 binder_status_t AParcel_writeByteArray(AParcel* parcel, const int8_t* arrayData, int32_t length)
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Bitmap.cpp | 646 AParcel_writeByteArray(mParcel, reinterpret_cast<const int8_t*>(data->data()), in writeData() 649 AParcel_writeByteArray(mParcel, nullptr, -1); in writeData() 754 ON_ERROR_RETURN(AParcel_writeByteArray(parcel, static_cast<const int8_t*>(data), size)); in writeBlob()
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_parcel_utils.h | 841 return AParcel_writeByteArray(parcel, reinterpret_cast<const int8_t*>(vec.data()), in AParcel_writeVector() 850 if (!vec) return AParcel_writeByteArray(parcel, nullptr, -1); in AParcel_writeVector()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 345 impl SerializeArray for i8 = sys::AParcel_writeByteArray; 412 sys::AParcel_writeByteArray( in serialize_array()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | StructuredParcelable.cpp | 417 …_aidl_ret_status = AParcel_writeByteArray(parcel, reinterpret_cast<const int8_t*>(shouldContainTwo… in writeToParcel()
|
H A D | ITestService.cpp | 476 …_aidl_ret_status = AParcel_writeByteArray(_aidl_out, reinterpret_cast<const int8_t*>(_aidl_return.… in _aidl_onTransact() 479 …_aidl_ret_status = AParcel_writeByteArray(_aidl_out, reinterpret_cast<const int8_t*>(out_repeated.… in _aidl_onTransact() 684 …_aidl_ret_status = AParcel_writeByteArray(_aidl_out, (_aidl_return ? reinterpret_cast<const int8_t… in _aidl_onTransact() 1960 …_aidl_ret_status = AParcel_writeByteArray(_aidl_in.get(), reinterpret_cast<const int8_t*>(in_input… in ReverseByteEnum() 2397 …_aidl_ret_status = AParcel_writeByteArray(_aidl_in.get(), (in_input ? reinterpret_cast<const int8_… in RepeatNullableByteEnumArray()
|