Searched refs:profileList (Results 1 – 2 of 2) sorted by relevance
277 final List<Integer> profileList = new ArrayList<>(profiles.length); in generateList() local279 profileList.add(profile); in generateList()281 return profileList; in generateList()
485 std::vector<std::unique_ptr<Profile>> profileList; in processDepthPhotoFrame() local486 profileList.emplace_back(Profile::FromData("DepthPhoto", {0})); in processDepthPhotoFrame()487 deviceParams->profiles = Profiles::FromProfileArray(&profileList); in processDepthPhotoFrame()