Searched refs:strVal (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java784 private static int strlen(byte[] strVal) { argument
785 for (int i = 0; i < strVal.length; ++i) {
786 if (strVal[i] == '\0') {
790 return strVal.length;
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp191 const std::string &strVal = strGlobalSize.substr(colonPosSize + 1); local
192 const uint64_t globalSize = static_cast<uint64_t>(std::stol(strVal));

Completed in 298 milliseconds