Searched refs:abqItf (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp199 SLAndroidBufferQueueItf abqItf; local
262 res = (*player)->GetInterface(player, SL_IID_ANDROIDBUFFERQUEUESOURCE, (void*)&abqItf);
265 res = (*abqItf)->RegisterCallback(abqItf, AndroidBufferQueueCallback,
270 res = (*abqItf)->SetCallbackEventsMask(abqItf, SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED);
304 res = (*abqItf)->Enqueue(abqItf, NULL /*pBufferContext*/,
318 res = (*abqItf)->Enqueue(abqItf, dataCach
[all...]

Completed in 97 milliseconds