Home
last modified time | relevance | path

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

/device/google/gs101/powerstats/
DGs101CommonDataProviders.cpp433 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() local
439 .totalTimeTransform = modemUsToMs, in addMobileRadio()
442 .lastEntryTransform = modemUsToMs, in addMobileRadio()
/device/google/zuma/powerstats/
DZumaCommonDataProviders.cpp384 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() local
390 .totalTimeTransform = modemUsToMs, in addMobileRadio()
393 .lastEntryTransform = modemUsToMs, in addMobileRadio()
/device/google/gs201/powerstats/
DGs201CommonDataProviders.cpp353 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() local
359 .totalTimeTransform = modemUsToMs, in addMobileRadio()
362 .lastEntryTransform = modemUsToMs, in addMobileRadio()
/device/google/zumapro/powerstats/
DZumaProCommonDataProviders.cpp383 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() local
389 .totalTimeTransform = modemUsToMs, in addMobileRadio()
392 .lastEntryTransform = modemUsToMs, in addMobileRadio()