Searched refs:queueState (Results 1 – 1 of 1) sorted by relevance
297 SLAndroidSimpleBufferQueueState queueState; in getBufferDepth() local298 SLresult result = (*bq)->GetState(bq, &queueState); in getBufferDepth()299 return (result == SL_RESULT_SUCCESS) ? queueState.count : -1; in getBufferDepth()