Searched refs:hasInputStream (Results 1 – 2 of 2) sorted by relevance
464 bool hasInputStream = mInputStream != nullptr; in getAllStreams() local465 ret.reserve(mOutputStreams.size() + ((hasInputStream) ? 1 : 0)); in getAllStreams()466 if (hasInputStream) { in getAllStreams()
6293 bool hasInputStream = mInputStream != nullptr; in getAllStreams() local6294 ret.reserve(mOutputStreams.size() + mDeletedStreams.size() + ((hasInputStream) ? 1 : 0)); in getAllStreams()6295 if (hasInputStream) { in getAllStreams()6318 bool hasInputStream = mInputStream != nullptr; in switchToOffline() local6319 int32_t inputStreamId = hasInputStream ? mInputStream->getId() : -1; in switchToOffline()6320 bool inputStreamSupportsOffline = hasInputStream ? in switchToOffline()6324 if (hasInputStream) { in switchToOffline()6403 if (hasInputStream && std::find(offlineStreamIds.begin(), offlineStreamIds.end(), in switchToOffline()6531 bool hasInputStream = mInputStream != nullptr; in getOfflineStreamIds() local6532 if (hasInputStream && mInputStream->getOfflineProcessingSupport()) { in getOfflineStreamIds()