Searched refs:mConcurrentCameraIds (Results 1 – 3 of 3) sorted by relevance
33 private Set<String> mConcurrentCameraIds = new HashSet<>(); field in ConcurrentCameraIdCombination60 dest.writeInt(mConcurrentCameraIds.size()); in writeToParcel()61 for (String cameraId : mConcurrentCameraIds) { in writeToParcel()70 mConcurrentCameraIds.clear(); in readFromParcel()81 mConcurrentCameraIds.add(cameraId); in readFromParcel()89 return mConcurrentCameraIds; in getConcurrentCameraIdCombination()
34 std::vector<std::string> &&combination) : mConcurrentCameraIds(std::move(combination)) { } in ConcurrentCameraIdCombination()44 mConcurrentCameraIds.clear(); in readFromParcel()56 mConcurrentCameraIds.push_back(std::string(String8(id).string())); in readFromParcel()70 if ((err = parcel->writeInt32(mConcurrentCameraIds.size())) != OK) { in writeToParcel()75 for (const auto &it : mConcurrentCameraIds) { in writeToParcel()
31 std::vector<std::string> mConcurrentCameraIds; member