Lines Matching refs:streamInfoMap
77 ssize_t streamIdx = mStreamSetMap[i].streamInfoMap.indexOfKey(streamId); in registerStream()
79 mStreamSetMap[i].streamInfoMap[streamIdx].streamSetId != streamInfo.streamSetId && in registerStream()
80 mStreamSetMap[i].streamInfoMap[streamIdx].isMultiRes != streamInfo.isMultiRes) { in registerStream()
98 ssize_t streamIdx = currentStreamSet.streamInfoMap.indexOfKey(streamId); in registerStream()
104 currentStreamSet.streamInfoMap.add(streamId, streamInfo); in registerStream()
136 InfoMap& infoMap = currentSet.streamInfoMap; in unregisterStream()
175 if (streamSet.streamInfoMap.size() == 1) { in checkAndFreeBufferOnOtherStreamsLocked()
182 for (size_t i = 0; i < streamSet.streamInfoMap.size(); i++) { in checkAndFreeBufferOnOtherStreamsLocked()
183 firstOtherStreamId = streamSet.streamInfoMap[i].streamId; in checkAndFreeBufferOnOtherStreamsLocked()
286 const StreamInfo& info = streamSet.streamInfoMap.valueFor(streamId); in getBufferForStream()
463 for (size_t j = 0; j < mStreamSetMap[i].streamInfoMap.size(); j++) { in dump()
464 lines.appendFormat(" Stream %d\n", mStreamSetMap[i].streamInfoMap[j].streamId); in dump()
497 ssize_t streamIdx = mStreamSetMap.valueAt(setIdx).streamInfoMap.indexOfKey(streamId); in checkIfStreamRegisteredLocked()