Searched refs:offlineOutputIds (Results 1 – 4 of 4) sorted by relevance
196 in int[] offlineOutputIds); in switchToOffline() argument
255 int[] offlineOutputIds) throws CameraAccessException { in switchToOffline() argument257 return mRemoteDevice.switchToOffline(cbs, offlineOutputIds); in switchToOffline()
169 const std::vector<int>& offlineOutputIds,
1644 const std::vector<int>& offlineOutputIds, in switchToOffline() argument1658 if (offlineOutputIds.empty()) { in switchToOffline()1671 offlineStreamIds.reserve(offlineOutputIds.size()); in switchToOffline()1673 for (const auto& streamId : offlineOutputIds) { in switchToOffline()