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

  /hardware/interfaces/health/2.0/
IHealthInfoCallback.hal 25 * An implementation of IHealthInfoBus must call healthInfoChanged on all
29 oneway healthInfoChanged(HealthInfo info);
  /system/core/storaged/include/
storaged.h 138 virtual ::android::hardware::Return<void> healthInfoChanged(
  /hardware/interfaces/health/2.0/vts/functional/
VtsHalHealthV2_0TargetTest.cpp 71 Return<void> healthInfoChanged(const HealthInfo&) override {
  /hardware/interfaces/health/2.0/default/
Health.cpp 180 auto ret = (*it)->healthInfoChanged(*healthInfo);
  /system/core/storaged/
storaged.cpp 82 Return<void> storaged_t::healthInfoChanged(const HealthInfo& props) {
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java     [all...]

Completed in 214 milliseconds