HomeSort by relevance Sort by last modified time
    Searched refs:logthis (Results 1 - 2 of 2) sorted by null

  /system/core/healthd/
healthd.cpp 101 int logthis = 0; local
104 return logthis;
110 [=, &logthis] (int32_t ret, const auto &infoOut) {
111 logthis = ret;
115 return logthis;
BatteryMonitor.cpp 196 bool logthis; local
295 logthis = !healthd_board_battery_update(&props);
297 if (logthis) {

Completed in 61 milliseconds