Searched refs:AParcel_writeInt64Array (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 112 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeInt64Array); 245 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeInt64Array); in init_stub_library()
|
H A D | stubs_arm64.cc | 112 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeInt64Array); 245 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeInt64Array); in init_stub_library()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 69 AParcel_writeInt64Array;
|
H A D | parcel.cpp | 574 binder_status_t AParcel_writeInt64Array(AParcel* parcel, const int64_t* arrayData, int32_t length) { in AParcel_writeInt64Array() function
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 864 binder_status_t AParcel_writeInt64Array(AParcel* parcel, const int64_t* arrayData, int32_t length)
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_parcel_utils.h | 638 return AParcel_writeInt64Array(parcel, vec.data(), static_cast<int32_t>(vec.size())); in AParcel_writeVector() 646 if (!vec) return AParcel_writeInt64Array(parcel, nullptr, -1); in AParcel_writeVector()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | StructuredParcelable.cpp | 423 …_aidl_ret_status = AParcel_writeInt64Array(parcel, reinterpret_cast<const int64_t*>(shouldContainT… in writeToParcel()
|
H A D | ITestService.cpp | 526 …_aidl_ret_status = AParcel_writeInt64Array(_aidl_out, reinterpret_cast<const int64_t*>(_aidl_retur… in _aidl_onTransact() 529 …_aidl_ret_status = AParcel_writeInt64Array(_aidl_out, reinterpret_cast<const int64_t*>(out_repeate… in _aidl_onTransact() 720 …_aidl_ret_status = AParcel_writeInt64Array(_aidl_out, (_aidl_return ? reinterpret_cast<const int64… in _aidl_onTransact() 2054 …_aidl_ret_status = AParcel_writeInt64Array(_aidl_in.get(), reinterpret_cast<const int64_t*>(in_inp… in ReverseLongEnum() 2479 …_aidl_ret_status = AParcel_writeInt64Array(_aidl_in.get(), (in_input ? reinterpret_cast<const int6… in RepeatNullableLongEnumArray()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 374 impl SerializeArray for i64 = sys::AParcel_writeInt64Array;
|