Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp791 std::string atc_profile; in parseAtcProfile() local
793 if (!android::base::ReadFileToString(kAtcProfilePath, &atc_profile)) { in parseAtcProfile()
794 atc_profile = kAtcJsonRaw; in parseAtcProfile()
798 if (!reader->parse(atc_profile.c_str(), atc_profile.c_str() + atc_profile.size(), &root, in parseAtcProfile()