Searched refs:mInputBufferIds (Results 1 – 1 of 1) sorted by relevance
134 std::queue<int32_t> mInputBufferIds; member in CallbackData154 mInputBufferIds.push(index); in addInputBufferId()161 if (!mInputBufferIds.empty()) { in getInputBufferId()162 id = mInputBufferIds.front(); in getInputBufferId()163 mInputBufferIds.pop(); in getInputBufferId()