Searched refs:HWSubBlockType (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_info.h | 63 void ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_block_type, 66 HWSubBlockType sub_blk_type, HWResourceInfo *hw_resource);
|
D | hw_info.cpp | 476 (HWSubBlockType)sub_blk_type, hw_resource); in InitSupportedFormatMap() 480 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats() 495 HWSubBlockType sub_blk_type, HWResourceInfo *hw_resource) { in PopulateSupportedFormatMap()
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | hw_info_types.h | 79 enum HWSubBlockType { enum 90 typedef std::map<HWSubBlockType, std::vector<LayerBufferFormat>> FormatsMap;
|