HomeSort by relevance Sort by last modified time
    Searched full:tokens_fmt (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 281 char *tokens_fmt[max_count] = { NULL }; local
283 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
285 ParseFormats(tokens_fmt, token_fmt_count, kHWVIGPipe, hw_resource);
287 ParseFormats(tokens_fmt, token_fmt_count, kHWRGBPipe, hw_resource);
289 ParseFormats(tokens_fmt, token_fmt_count, kHWDMAPipe, hw_resource);
291 ParseFormats(tokens_fmt, token_fmt_count, kHWCursorPipe, hw_resource);

Completed in 455 milliseconds