Home
last modified time | relevance | path

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

/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h183 bool isDockPresent(void);
/hardware/google/pixel/health/
DBatteryDefender.cpp212 bool BatteryDefender::isDockPresent(void) { in isDockPresent() function in hardware::google::pixel::health::BatteryDefender
220 const bool chargerPresentDock = isDockPresent(); in isChargePowerAvailable()