Searched refs:spp_chs (Results 1 – 2 of 2) sorted by relevance
64 std::vector<hwc_dpp_ch_restriction> spp_chs; member103 uint32_t getNumSPPChs() { return mDPUInfo.dpuInfo.spp_chs.size(); }; in getNumSPPChs()104 uint32_t getSPPChId(uint32_t index) { return mDPUInfo.dpuInfo.spp_chs.at(index).id; }; in getSPPChId()105 uint64_t getSPPChAttr(uint32_t index) { return mDPUInfo.dpuInfo.spp_chs.at(index).attr; }; in getSPPChAttr()
185 mDPUInfo.dpuInfo.spp_chs.push_back(hwc_res); in updateRestrictions()