Searched defs:max_count (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_info.cpp124 const uint32_t max_count = kBwModeMax; local
125 char *tokens[max_count] = { NULL };
128 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
166 const uint32_t max_count = 256; local
167 char *tokens[max_count] = { NULL };
171 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
258 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
281 char *tokens_fmt[max_count] = { NULL };
283 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
369 const uint32_t max_count local
[all...]
H A Dhw_device.cpp752 const uint32_t max_count = 10; local
753 char *tokens[max_count] = { NULL };
754 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
775 const uint32_t max_count = 10; local
776 char *tokens[max_count] = { NULL };
777 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) {
866 const uint32_t max_count = 10; local
867 char *tokens[max_count] = { NULL };
870 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) {
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_info.cpp124 const uint32_t max_count = kBwModeMax; local
125 char *tokens[max_count] = { NULL };
128 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
166 const uint32_t max_count = 256; local
167 char *tokens[max_count] = { NULL };
171 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
262 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
285 char *tokens_fmt[max_count] = { NULL };
287 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
373 const uint32_t max_count local
[all...]
H A Dhw_device.cpp828 const uint32_t max_count = 10; local
829 char *tokens[max_count] = { NULL };
830 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
851 const uint32_t max_count = 10; local
852 char *tokens[max_count] = { NULL };
853 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) {
955 const uint32_t max_count = 10; local
956 char *tokens[max_count] = { NULL };
959 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) {

Completed in 11 milliseconds