Home
last modified time | relevance | path

Searched refs:WriteByteArray (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/frameworks/av/drm/libmediadrm/interface/mediadrm/
H A DDrmUtils.h129 void WriteByteArray(PARCEL &obj, const BA &vec) { in WriteByteArray() function
142 WriteByteArray(obj, sessionId); in WriteEventToParcel()
143 WriteByteArray(obj, data); in WriteEventToParcel()
152 WriteByteArray(obj, sessionId); in WriteExpirationUpdateToParcel()
162 WriteByteArray(obj, sessionId); in WriteKeysChange()
165 WriteByteArray(obj, keyStatus.keyId); in WriteKeysChange()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/
Dbinder.h52 virtual absl::Status WriteByteArray(const int8_t* buffer, int32_t length) = 0;
58 return WriteByteArray(reinterpret_cast<const int8_t*>(buffer.data()), in WriteByteArrayWithLength()
Dbinder_android.h50 absl::Status WriteByteArray(const int8_t* buffer, int32_t length) override;
Dbinder_android.cc256 absl::Status WritableParcelAndroid::WriteByteArray(const int8_t* buffer, in WriteByteArray() function in grpc_binder::WritableParcelAndroid
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
H A Dbinder.h52 virtual absl::Status WriteByteArray(const int8_t* buffer, int32_t length) = 0;
58 return WriteByteArray(reinterpret_cast<const int8_t*>(buffer.data()), in WriteByteArrayWithLength()
H A Dbinder_android.h50 absl::Status WriteByteArray(const int8_t* buffer, int32_t length) override;
H A Dbinder_android.cc256 absl::Status WritableParcelAndroid::WriteByteArray(const int8_t* buffer, in WriteByteArray() function in grpc_binder::WritableParcelAndroid
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dfake_binder_test.cc113 ->WriteByteArray(reinterpret_cast<const int8_t*>(kValue), in TEST_P()
150 ->WriteByteArray(reinterpret_cast<const int8_t*>(kByteArray), in TEST_P()
H A Dfake_binder.h90 absl::Status WriteByteArray(const int8_t* buffer, int32_t length) override;
H A Dfake_binder.cc55 absl::Status FakeWritableParcel::WriteByteArray(const int8_t* buffer, in WriteByteArray() function in grpc_binder::end2end_testing::FakeWritableParcel
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/
H A Dmock_objects.cc39 ON_CALL(*this, WriteByteArray).WillByDefault(Return(absl::OkStatus())); in MockWritableParcel()
H A Dmock_objects.h35 MOCK_METHOD(absl::Status, WriteByteArray, (const int8_t*, int32_t),
H A Dwire_writer_test.cc55 WriteByteArray(StrEqInt8Ptr(target), target.size())); in TEST()
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
H A Dfuzzer_utils.h54 absl::Status WriteByteArray(const int8_t* /*buffer*/, in WriteByteArray() function