Searched defs:writeByteArray (Results 1 – 5 of 5) sorted by relevance
118 public void writeByteArray(int bits, byte[] arr) throws AccessException { in writeByteArray() method in BitwiseOutputStream
439 public Builder writeByteArray(@NonNull final byte[] value) { in writeByteArray() method in StatsEvent.Builder446 private void writeByteArray(@NonNull final byte[] value, final byte typeId) { in writeByteArray() method in StatsEvent.Builder
665 public final void writeByteArray(@Nullable byte[] b) { in writeByteArray() method in Parcel676 public final void writeByteArray(@Nullable byte[] b, int offset, int len) { in writeByteArray() method in Parcel
1566 void DrmHal::writeByteArray(Parcel &obj, hidl_vec<uint8_t> const &vec) in writeByteArray() function in android::DrmHal
987 status_t Parcel::writeByteArray(size_t len, const uint8_t *val) { in writeByteArray() function in android::Parcel