Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp111 uint32_t token_count = 0; in GetDynamicBWLimits() local
137 if (!ParseString(line, tokens, max_count, ":, =\n", &token_count)) { in GetDynamicBWLimits()
170 uint32_t token_count = 0; in GetHWResourceInfo() local
197 if (!ParseString(line, tokens, max_count, ":, =\n", &token_count)) { in GetHWResourceInfo()
201 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorInput, hw_resource); in GetHWResourceInfo()
203 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorOutput, hw_resource); in GetHWResourceInfo()
205 ParseFormats(&tokens[1], (token_count - 1), kHWWBIntfOutput, hw_resource); in GetHWResourceInfo()
239 for (uint32_t i = 0; i < token_count; i++) { in GetHWResourceInfo()
264 if (!ParseString(line, tokens, max_count, ": =\n", &token_count)) { in GetHWResourceInfo()
267 for (uint32_t j = 0; j < token_count; j += 2) { in GetHWResourceInfo()
[all …]
Dhw_info.h63 void ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_block_type,
Dhw_device.cpp725 uint32_t token_count = 0; in GetHWPanelNameByNode() local
728 if (!ParseLine(string_buffer, "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
759 uint32_t token_count = 0; in GetHWPanelInfoByNode() local
762 if (!ParseLine(line, tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
851 uint32_t token_count = 0; in GetSplitInfo() local
870 if (!ParseLine(line, tokens, max_count, &token_count)) { in GetSplitInfo()