HomeSort by relevance Sort by last modified time
    Searched refs:SLBufferQueueItf (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/wilhelm/src/desktop/
SLSndFile.h 19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
SndFile.c 26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext)
256 SLBufferQueueItf bufferQueue = &thiz->mBufferQueue.mItf;
  /frameworks/wilhelm/src/itf/
IBufferQueue.c 46 SLresult IBufferQueue_Enqueue(SLBufferQueueItf self, const void *pBuffer, SLuint32 size)
79 SLresult IBufferQueue_Clear(SLBufferQueueItf self)
122 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState)
149 SLresult IBufferQueue_RegisterCallback(SLBufferQueueItf self,
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.h 64 SLBufferQueueItf playerBufferQueue;
  /frameworks/wilhelm/src/
sles_allinclusive.h 403 extern SLresult IBufferQueue_Enqueue(SLBufferQueueItf self, const void *pBuffer, SLuint32 size);
404 extern SLresult IBufferQueue_Clear(SLBufferQueueItf self);
405 extern SLresult IBufferQueue_RegisterCallback(SLBufferQueueItf self,
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 56 SLBufferQueueItf queueItf,
86 SLBufferQueueItf bufferQueueItf;
audio-record-native.cpp 368 void bufferQueueCallback(SLBufferQueueItf queueItf) {
407 static void BufferQueueCallback(SLBufferQueueItf queueItf, void *pContext) {
417 SLBufferQueueItf mBufferQueue;
audio-track-native.cpp 328 void bufferQueueCallback(SLBufferQueueItf queueItf) {
347 static void BufferQueueCallback(SLBufferQueueItf queueItf, void *pContext) {
358 SLBufferQueueItf mBufferQueue;
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 84 SLBufferQueueItf queueItf,
120 SLBufferQueueItf bufferQueueItf;
slesTestFeedback.cpp 60 static SLBufferQueueItf playerBufferQueue;
162 static void playerCallback(SLBufferQueueItf caller __unused, void *context __unused)
  /frameworks/wilhelm/tests/sandbox/
urimime.c 110 SLBufferQueueItf playerBufferQueue;
configbq.c 182 SLBufferQueueItf playerBufferQueue;
intbufq.c 43 #define BufferQueueItf SLBufferQueueItf
playbq.c 90 static void callback(SLBufferQueueItf bufq, void *param)
490 SLBufferQueueItf playerBufferQueue;
playbq.cpp 90 static void callback(SLBufferQueueItf bufq, void *param)
490 SLBufferQueueItf playerBufferQueue;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 186 milliseconds

1 2 3