Lines Matching refs:getStreamID
74 return stream != nullptr && stream->getStreamID() == streamID ? stream : nullptr; in findStream()
95 return stream == nullptr ? 0 : stream->getStreamID(); in getNextIdForStream()
97 stream->getStreamID() /* oldID */); in getNextIdForStream()
214 (void)newStream->requestStop(newStream->getStreamID()); in queueForPlay()
248 ALOGV("%s: starting streamID:%d", __func__, nextStream->getStreamID()); in queueForPlay()
276 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue()
284 __func__, stream->getStreamID()); in moveToRestartQueue()
303 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue_l()
304 if (activeStreamIDToMatch > 0 && stream->getStreamID() != activeStreamIDToMatch) { in moveToRestartQueue_l()
390 ALOGV("%s(%d) stopping streamID:%d", __func__, id, stream->getStreamID()); in run()
392 ALOGV("%s(%d) starting streamID:%d", __func__, id, nextStream->getStreamID()); in run()
397 __func__, id, nextStream->getStreamID()); in run()