HomeSort by relevance Sort by last modified time
    Searched full:layer_changes_ (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 715 layer_changes_.clear();
759 layer_changes_[hwc_layer->GetId()] = device_composition;
762 *out_num_types = UINT32(layer_changes_.size());
777 for (const auto& change : layer_changes_) {
795 *out_num_elements = UINT32(layer_changes_.size());
798 for (auto change : layer_changes_) {
    [all...]
hwc_display.h 233 std::map<hwc2_layer_t, HWC2::Composition> layer_changes_; member in class:sdm::HWCDisplay

Completed in 1495 milliseconds