Home
last modified time | relevance | path

Searched refs:temp_elements (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.cpp210 std::vector<float> temp_elements; in ParseFloatValueByCommas() local
212 temp_elements.push_back(std::move(std::stof(data.c_str()))); in ParseFloatValueByCommas()
220 std::move(temp_elements.begin(), temp_elements.end(), elements.begin()); in ParseFloatValueByCommas()