Home
last modified time | relevance | path

Searched refs:AParcel_readByteArray (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/utils/
Dndk_binder.cc157 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData, in AParcel_readByteArray() function
159 FORWARD(AParcel_readByteArray)(parcel, arrayData, allocator); in AParcel_readByteArray() local
Dndk_binder.h81 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
/external/grpc-grpc/src/core/ext/transport/binder/utils/
Dndk_binder.h62 using ::AParcel_readByteArray;
/external/cronet/stable/base/android/
Dbinder.cc129 DEFINE_BINDER_API_ENTRY(AParcel_readByteArray);
211 api.AParcel_readByteArray(parcel_.get(), context, allocator); in ReadByteArrayImpl()
/external/cronet/tot/base/android/
Dbinder.cc129 DEFINE_BINDER_API_ENTRY(AParcel_readByteArray);
211 api.AParcel_readByteArray(parcel_.get(), context, allocator); in ReadByteArrayImpl()
/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
Dbinder_android.cc120 return ndk_util::AParcel_readByteArray(parcel, vectorData, in AParcelReadVector()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/
Dbinder_android.cc120 return ndk_util::AParcel_readByteArray(parcel, vectorData, in AParcelReadVector()