Home
last modified time | relevance | path

Searched defs:byteBufferLength (Results 1 – 5 of 5) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DBufferRecycler.java171 protected int byteBufferLength(int ix) { in byteBufferLength() method in BufferRecycler
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.cpp46 int byteBufferLength, short* loopbackTone, int /*maxRecordedLateCallbacks*/, in lb2Init()
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp57 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, in slesInit()
437 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, in slesCreateServer()
Dsles.h98 int byteBufferLength; member
Djni_native.c76 int byteBufferLength = (*env)->GetDirectBufferCapacity(env, byteBuffer); in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit() local