Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libbacktrace/
H A DBacktraceMap.cpp64 static bool ParseLine(const char* line, backtrace_map_t* map) { in ParseLine() function
118 if (ParseLine(line, &map)) { in Build()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_device.h128 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
129 int ParseLine(const char *input, const char *delim, char *tokens[],
H A Dhw_device.cpp810 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
833 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
968 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetSplitInfo()
999 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() function in sdm::HWDevice
1018 int HWDevice::ParseLine(const char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
H A Dhw_hdmi.cpp300 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count); in ReadEDIDInfo()
559 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_device.h129 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
130 int ParseLine(const char *input, const char *delim, char *tokens[],
H A Dhw_device.cpp815 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
838 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
973 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetSplitInfo()
1004 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() function in sdm::HWDevice
1023 int HWDevice::ParseLine(const char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
H A Dhw_hdmi.cpp294 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count); in ReadEDIDInfo()
542 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.h121 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
122 int ParseLine(const char *input, const char *delim, char *tokens[],
H A Dhw_device.cpp752 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
775 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
868 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetSplitInfo()
899 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() function in sdm::HWDevice
918 int HWDevice::ParseLine(const char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
H A Dhw_hdmi.cpp207 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count); in ReadEDIDInfo()
446 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.h130 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
131 int ParseLine(const char *input, const char *delim, char *tokens[],
H A Dhw_device.cpp816 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
839 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
974 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetSplitInfo()
1005 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() function in sdm::HWDevice
1024 int HWDevice::ParseLine(const char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
H A Dhw_hdmi.cpp282 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count); in ReadEDIDInfo()
530 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/
H A Dhw_device.h133 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
134 int ParseLine(const char *input, const char *delim, char *tokens[],
H A Dhw_device.cpp810 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
835 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
970 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetSplitInfo()
1001 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() function in sdm::HWDevice
1020 int HWDevice::ParseLine(const char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
H A Dhw_hdmi.cpp289 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count); in ReadEDIDInfo()
551 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()
/aosp12/bionic/libc/bionic/
H A Dgrp_pwd_file.cpp74 const char* ParseLine(const char* begin, const char* end, const char** fields, size_t num_fields) { in ParseLine() function
270 line_beginning = ParseLine(line_beginning, end, line->fields, line->kNumFields); in Find()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/
H A Dhw_device.h152 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count);
153 int ParseLine(const char *input, const char *delim, char *tokens[],
H A Dhw_device.cpp827 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) { in GetHWPanelNameByNode()
852 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetHWPanelInfoByNode()
987 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) { in GetSplitInfo()
998 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() function in sdm::HWDevice
1017 int HWDevice::ParseLine(const char *input, const char *delim, char *tokens[], in ParseLine() function in sdm::HWDevice
H A Dhw_hdmi.cpp296 ParseLine(ptr, tokens, edid_count_max, &hdmi_mode_count); in ReadEDIDInfo()
558 ParseLine(data, tokens, scan_info_max_count, &scan_info_count); in ReadScanInfo()