Lines Matching refs:getStreamID
66 return stream != nullptr && stream->getStreamID() == streamID ? stream : nullptr; in findStream()
87 return stream == nullptr ? 0 : stream->getStreamID(); in getNextIdForStream()
89 stream->getStreamID() /* oldID */); in getNextIdForStream()
202 (void)newStream->requestStop(newStream->getStreamID()); in queueForPlay()
236 ALOGV("%s: starting streamID:%d", __func__, nextStream->getStreamID()); in queueForPlay()
264 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue()
272 __func__, stream->getStreamID()); in moveToRestartQueue()
291 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue_l()
292 if (activeStreamIDToMatch > 0 && stream->getStreamID() != activeStreamIDToMatch) { in moveToRestartQueue_l()
378 ALOGV("%s(%d) stopping streamID:%d", __func__, id, stream->getStreamID()); in run()
380 ALOGV("%s(%d) starting streamID:%d", __func__, id, nextStream->getStreamID()); in run()
385 __func__, id, nextStream->getStreamID()); in run()