/aosp_15_r20/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
H A D | DrmUtils.h | 129 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/ |
D | binder.h | 52 virtual absl::Status WriteByteArray(const int8_t* buffer, int32_t length) = 0; 58 return WriteByteArray(reinterpret_cast<const int8_t*>(buffer.data()), in WriteByteArrayWithLength()
|
D | binder_android.h | 50 absl::Status WriteByteArray(const int8_t* buffer, int32_t length) override;
|
D | binder_android.cc | 256 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 D | binder.h | 52 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 D | binder_android.h | 50 absl::Status WriteByteArray(const int8_t* buffer, int32_t length) override;
|
H A D | binder_android.cc | 256 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 D | fake_binder_test.cc | 113 ->WriteByteArray(reinterpret_cast<const int8_t*>(kValue), in TEST_P() 150 ->WriteByteArray(reinterpret_cast<const int8_t*>(kByteArray), in TEST_P()
|
H A D | fake_binder.h | 90 absl::Status WriteByteArray(const int8_t* buffer, int32_t length) override;
|
H A D | fake_binder.cc | 55 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 D | mock_objects.cc | 39 ON_CALL(*this, WriteByteArray).WillByDefault(Return(absl::OkStatus())); in MockWritableParcel()
|
H A D | mock_objects.h | 35 MOCK_METHOD(absl::Status, WriteByteArray, (const int8_t*, int32_t),
|
H A D | wire_writer_test.cc | 55 WriteByteArray(StrEqInt8Ptr(target), target.size())); in TEST()
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/ |
H A D | fuzzer_utils.h | 54 absl::Status WriteByteArray(const int8_t* /*buffer*/, in WriteByteArray() function
|