Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp473 SLAndroidBufferQueueItf aacBuffQueueItf; in TestDecToBuffQueue() local
594 res = (*player)->GetInterface(player, SL_IID_ANDROIDBUFFERQUEUESOURCE, (void*)&aacBuffQueueItf); in TestDecToBuffQueue()
641 res = (*aacBuffQueueItf)->RegisterCallback(aacBuffQueueItf, AndroidBufferQueueCallback, NULL); in TestDecToBuffQueue()
656 res = (*aacBuffQueueItf)->Enqueue(aacBuffQueueItf, NULL /*pBufferContext*/, in TestDecToBuffQueue()