Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.h108 int ParseLine(char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
109 int ParseLine(char *input, const char *delim, char *tokens[],
Dhw_device.cpp728 if (!ParseLine(string_buffer, "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
762 if (!ParseLine(line, tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
870 if (!ParseLine(line, tokens, max_count, &token_count)) { in GetSplitInfo()
903 int HWDevice::ParseLine(char *input, char *tokens[], const uint32_t max_token, uint32_t *count) { in ParseLine() function in sdm::HWDevice
921 int HWDevice::ParseLine(char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
Dhw_hdmi.cpp214 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count_); in ReadEDIDInfo()
447 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()