Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp196 SLAndroidBufferQueueItf abqItf; in TestPlayStream() local
259 res = (*player)->GetInterface(player, SL_IID_ANDROIDBUFFERQUEUESOURCE, (void*)&abqItf); in TestPlayStream()
262 res = (*abqItf)->RegisterCallback(abqItf, AndroidBufferQueueCallback, in TestPlayStream()
267 res = (*abqItf)->SetCallbackEventsMask(abqItf, SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED); in TestPlayStream()
301 res = (*abqItf)->Enqueue(abqItf, NULL /*pBufferContext*/, in TestPlayStream()
315 res = (*abqItf)->Enqueue(abqItf, dataCache + i*BUFFER_SIZE, BUFFER_SIZE, NULL, 0); in TestPlayStream()