Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/
H A DBatteryMonitor_v1.cpp293 constexpr char kScopeDevice[] = "Device"; in isScopedPowerSupply() local
298 return (readFromFile(path, &scope) > 0 && scope == kScopeDevice); in isScopedPowerSupply()
H A DBatteryMonitor.cpp353 constexpr char kScopeDevice[] = "Device"; in isScopedPowerSupply() local
358 return (readFromFile(path, &scope) > 0 && scope == kScopeDevice); in isScopedPowerSupply()