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/ |
D | ndk_binder.cc | 157 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
|
D | ndk_binder.h | 81 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
|
/external/grpc-grpc/src/core/ext/transport/binder/utils/ |
D | ndk_binder.h | 62 using ::AParcel_readByteArray;
|
/external/cronet/stable/base/android/ |
D | binder.cc | 129 DEFINE_BINDER_API_ENTRY(AParcel_readByteArray); 211 api.AParcel_readByteArray(parcel_.get(), context, allocator); in ReadByteArrayImpl()
|
/external/cronet/tot/base/android/ |
D | binder.cc | 129 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/ |
D | binder_android.cc | 120 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/ |
D | binder_android.cc | 120 return ndk_util::AParcel_readByteArray(parcel, vectorData, in AParcelReadVector()
|