Home
last modified time | relevance | path

Searched refs:SL_IID_BUFFERQUEUE (Results 1 – 11 of 11) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Durimime.c80 ids[0] = SL_IID_BUFFERQUEUE; in main()
111 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, &playerBufferQueue); in main()
Dconfigbq.c131 ids[0] = SL_IID_BUFFERQUEUE; in main()
183 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, in main()
Dplaybq.cpp422 SLInterfaceID ids2[3] = {SL_IID_BUFFERQUEUE, SL_IID_PLAYBACKRATE, SL_IID_EFFECTSEND}; in main()
497 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, in main()
Dplaybq.c422 SLInterfaceID ids2[3] = {SL_IID_BUFFERQUEUE, SL_IID_PLAYBACKRATE, SL_IID_EFFECTSEND}; in main()
497 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, in main()
Dintbufq.c42 #define IID_BUFFERQUEUE SL_IID_BUFFERQUEUE
Dsrcsink.c63 SLInterfaceID ids[1] = {SL_IID_BUFFERQUEUE}; in main()
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp64 static const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE };
66 static const SLInterfaceID ids_mutesolo[2] = { SL_IID_BUFFERQUEUE, SL_IID_MUTESOLO };
68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };
203 res = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, &playerBufferQueue); in PrepareValidBuffer()
/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp200 iidArray[0] = SL_IID_BUFFERQUEUE; in TestPlaySawtoothBufferQueue()
216 res = (*player)->GetInterface(player, SL_IID_BUFFERQUEUE, in TestPlaySawtoothBufferQueue()
DslesTestFeedback.cpp379 SLInterfaceID ids_tx[1] = {SL_IID_BUFFERQUEUE}; in main()
393 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, &playerBufferQueue); in main()
/frameworks/wilhelm/src/
Dsl_iid.c35 const SLInterfaceID SL_IID_BUFFERQUEUE = &SL_IID_array[MPH_BUFFERQUEUE]; variable
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1368 extern SL_API const SLInterfaceID SL_IID_BUFFERQUEUE;