Searched refs:mInputBufferIds (Results 1 – 1 of 1) sorted by relevance
140 std::queue<int32_t> mInputBufferIds; member in CallbackData160 mInputBufferIds.push(index); in addInputBufferId()167 if (!mInputBufferIds.empty()) { in getInputBufferId()168 id = mInputBufferIds.front(); in getInputBufferId()169 mInputBufferIds.pop(); in getInputBufferId()