Home
last modified time | relevance | path

Searched refs:AParcel_writeByteArray (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeByteArray);
235 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeByteArray); in init_stub_library()
H A Dstubs_arm64.cc102 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 Dlibbinder_ndk.map.txt59 AParcel_writeByteArray;
H A Dparcel.cpp600 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 Dbinder_parcel.h952 binder_status_t AParcel_writeByteArray(AParcel* parcel, const int8_t* arrayData, int32_t length)
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp646 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 Dbinder_parcel_utils.h841 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 Dparcelable.rs345 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 DStructuredParcelable.cpp417 …_aidl_ret_status = AParcel_writeByteArray(parcel, reinterpret_cast<const int8_t*>(shouldContainTwo… in writeToParcel()
H A DITestService.cpp476 …_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()