Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.h64 std::vector<hwc_dpp_ch_restriction> spp_chs; member
103 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()
DExynosDeviceDrmInterface.cpp185 mDPUInfo.dpuInfo.spp_chs.push_back(hwc_res); in updateRestrictions()