Searched refs:hasInputStream (Results 1 – 2 of 2) sorted by relevance
461 bool hasInputStream = mInputStream != nullptr; in getAllStreams() local462 ret.reserve(mOutputStreams.size() + ((hasInputStream) ? 1 : 0)); in getAllStreams()463 if (hasInputStream) { in getAllStreams()
5737 bool hasInputStream = mInputStream != nullptr; in getAllStreams() local5738 ret.reserve(mOutputStreams.size() + mDeletedStreams.size() + ((hasInputStream) ? 1 : 0)); in getAllStreams()5739 if (hasInputStream) { in getAllStreams()5762 bool hasInputStream = mInputStream != nullptr; in switchToOffline() local5763 int32_t inputStreamId = hasInputStream ? mInputStream->getId() : -1; in switchToOffline()5764 bool inputStreamSupportsOffline = hasInputStream ? in switchToOffline()5768 if (hasInputStream) { in switchToOffline()5847 if (hasInputStream && std::find(offlineStreamIds.begin(), offlineStreamIds.end(), in switchToOffline()5975 bool hasInputStream = mInputStream != nullptr; in getOfflineStreamIds() local5976 if (hasInputStream && mInputStream->getOfflineProcessingSupport()) { in getOfflineStreamIds()