Home
last modified time | relevance | path

Searched defs:byteBuffer (Results 1 – 25 of 223) sorted by relevance

123456789

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAudioTrackTest.java96 ByteBuffer byteBuffer = ByteBuffer.allocate(4); in writeByteBuffer_blocking() local
107 ByteBuffer byteBuffer = ByteBuffer.allocate(4); in writeByteBuffer_nonBlocking() local
120 ByteBuffer byteBuffer = ByteBuffer.allocate(4); in writeByteBuffer_correctBytesWritten() local
135 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_blocking() local
146 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_nonBlocking() local
157 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_invalidWriteMode() local
168 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_invalidSize() local
DShadowUsbRequestTest.java87 ByteBuffer byteBuffer = ByteBuffer.wrap(buffer); in queue() local
111 ByteBuffer byteBuffer = ByteBuffer.wrap(buffer); in queue_outOfSize() local
DShadowMediaExtractorTest.java99 ByteBuffer byteBuffer = ByteBuffer.allocate(byteBufferSize); in readSampleData_returnsSampleData() local
129 ByteBuffer byteBuffer = ByteBuffer.allocate(byteBufferSize); in readSampleData_returnsSampleDataForTwoTracks() local
/external/brotli/csharp/org/brotli/dec/
DIntReader.cs11 private byte[] byteBuffer; field in Org.Brotli.Dec.IntReader
15 internal static void Init(Org.Brotli.Dec.IntReader ir, byte[] byteBuffer, int[] intBuffer) in Init()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DByteBufferByteChannel.java27 ByteBuffer byteBuffer; field in ByteBufferByteChannel
29 public ByteBufferByteChannel(ByteBuffer byteBuffer) { in ByteBufferByteChannel()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DIsoTypeReader.java80 public static String readString(ByteBuffer byteBuffer) { in readString()
90 public static String readString(ByteBuffer byteBuffer, int length) { in readString()
97 public static long readUInt64(ByteBuffer byteBuffer) { in readUInt64()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java48 public void parse(ByteBuffer byteBuffer) { in parse()
72 ByteBuffer byteBuffer = ByteBuffer.allocate(size); in getData() local
113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DCencSampleEncryptionInformationGroupEntry.java42 public void parse(ByteBuffer byteBuffer) { in parse()
52 ByteBuffer byteBuffer = ByteBuffer.allocate(20); in get() local
DGroupEntry.java22 public abstract void parse(ByteBuffer byteBuffer); in parse()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DReadableBufferTestBase.java87 ByteBuffer byteBuffer = ByteBuffer.allocate(msg.length()); in readToByteBufferShouldSucceed() local
99 ByteBuffer byteBuffer = ByteBuffer.allocate(2); in partialReadToByteBufferShouldSucceed() local
/external/okio/okio/src/jvmTest/java/okio/
DNioTest.java107 ByteBuffer byteBuffer = ByteBuffer.allocate(1024); in testWritableByteChannel() local
129 ByteBuffer byteBuffer = ByteBuffer.allocate(1024); in testReadableByteChannel() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
DAbstractBox.java85 protected abstract void getContent(ByteBuffer byteBuffer); in getContent()
264 private void getHeader(ByteBuffer byteBuffer) { in getHeader()
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioTrack.java72 private ByteBuffer byteBuffer; field in WebRtcAudioTrack
147 private int writeBytes(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeBytes()
472 long nativeAudioTrackJni, ByteBuffer byteBuffer); in nativeCacheDirectBufferAddress()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DNullMediaHeaderBox.java40 protected void getContent(ByteBuffer byteBuffer) { in getContent()
DDataReferenceBox.java59 protected void getContent(ByteBuffer byteBuffer) { in getContent()
DItemProtectionBox.java55 protected void getContent(ByteBuffer byteBuffer) { in getContent()
DSampleDescriptionBox.java67 protected void getContent(ByteBuffer byteBuffer) { in getContent()
DDataEntryUrlBox.java42 protected void getContent(ByteBuffer byteBuffer) { in getContent()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/
DActionMessageFormat0SampleEntryBox.java34 protected void getContent(ByteBuffer byteBuffer) { in getContent()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreterFactory.java51 public InterpreterApi create(@NonNull ByteBuffer byteBuffer, InterpreterApi.Options options) { in create()
DInterpreterImpl.java99 public InterpreterImpl(@NonNull ByteBuffer byteBuffer) { in InterpreterImpl()
115 public InterpreterImpl(@NonNull ByteBuffer byteBuffer, Options options) { in InterpreterImpl()
/external/ukey2/src/main/cpp/src/securegcm/
Dd2d_connection_context_v1.cc178 ByteBuffer byteBuffer = ByteBuffer(&kProtocolVersion, static_cast<size_t>(1)); in SaveSession() local
206 ByteBuffer byteBuffer = ByteBuffer(savedSessionInfo); in FromSavedSession() local
/external/conscrypt/publicapi/src/test/java/android/net/ssl/
DSSLEnginesTest.java45 ByteBuffer byteBuffer) { throw new AssertionError(); } in wrap()
46 @Override public SSLEngineResult unwrap(ByteBuffer byteBuffer, ByteBuffer[] byteBuffers, in unwrap()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DTimeCodeBox.java49 protected void getContent(ByteBuffer byteBuffer) { in getContent()
/external/OpenCSD/decoder/source/mem_acc/
Dtrc_mem_acc_cb.cpp22 …t ocsd_mem_space_acc_t memSpace, const uint8_t trcID, const uint32_t reqBytes, uint8_t *byteBuffer) in readBytes()

123456789