Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovScript.cpp689 std::string ga_name = removeQuotes(pair[0]); in parse() local
691 ALOGV("ParseMD: global allocation %s has ID %d", ga_name.c_str(), id); in parse()
692 mMapping[ga_name] = id; in parse()