Home
last modified time | relevance | path

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

/system/core/healthd/
Dcharger_test.cpp49 void set(T&& newVal) { in set() argument
52 mValue = std::move(newVal); in set()
/system/tools/hidl/
DConstantExpression.cpp213 std::string newVal(value.begin(), rbegin.base()); in tryParse() local
214 CHECK(!newVal.empty()); in tryParse()
218 bool parseOK = base::ParseUint(newVal, &rawValue); in tryParse()