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

  /frameworks/native/services/sensorservice/
BatteryService.h 26 class BatteryService : public Singleton<BatteryService> {
28 friend class Singleton<BatteryService>;
31 BatteryService();
55 BatteryService::getInstance().enableSensorImpl(uid, handle);
58 BatteryService::getInstance().disableSensorImpl(uid, handle);
61 BatteryService::getInstance().cleanupImpl(uid);
BatteryService.cpp 28 #include "BatteryService.h"
33 BatteryService::BatteryService() {
41 bool BatteryService::addSensor(uid_t uid, int handle) {
53 bool BatteryService::removeSensor(uid_t uid, int handle) {
63 void BatteryService::enableSensorImpl(uid_t uid, int handle) {
72 void BatteryService::disableSensorImpl(uid_t uid, int handle) {
82 void BatteryService::cleanupImpl(uid_t uid) {
98 ANDROID_SINGLETON_STATIC_INSTANCE(BatteryService)
Android.mk 5 BatteryService.cpp \
SensorService.cpp 45 #include "BatteryService.h"
673 BatteryService::cleanup(c->getUid());
732 BatteryService::enableSensor(connection->getUid(), handle);
813 BatteryService::disableSensor(connection->getUid(), handle);
    [all...]
  /frameworks/native/include/batteryservice/
IBatteryPropertiesListener.h 23 #include <batteryservice/BatteryService.h>
  /frameworks/native/services/batteryservice/
BatteryProperty.cpp 19 #include <batteryservice/BatteryService.h>
BatteryProperties.cpp 19 #include <batteryservice/BatteryService.h>
  /system/core/healthd/
BatteryMonitor.h 20 #include <batteryservice/BatteryService.h>
BatteryPropertiesRegistrar.h 24 #include <batteryservice/BatteryService.h>
25 #include <batteryservice/IBatteryPropertiesListener.h>
26 #include <batteryservice/IBatteryPropertiesRegistrar.h>
healthd.h 20 #include <batteryservice/BatteryService.h>
BatteryPropertiesRegistrar.cpp 18 #include <batteryservice/BatteryService.h>
19 #include <batteryservice/IBatteryPropertiesListener.h>
20 #include <batteryservice/IBatteryPropertiesRegistrar.h>
healthd.cpp 29 #include <batteryservice/BatteryService.h>
BatteryMonitor.cpp 28 #include <batteryservice/BatteryService.h>
healthd_mode_charger.cpp 36 #include <batteryservice/BatteryService.h>
  /device/samsung/manta/health/
healthd-manta.cpp 24 #include <batteryservice/BatteryService.h>
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 59 * <p>BatteryService monitors the charging status, and charge level of the device
88 public final class BatteryService extends SystemService {
89 private static final String TAG = BatteryService.class.getSimpleName();
145 public BatteryService(Context context) {
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 371 mSystemServiceManager.startService(BatteryService.class);
    [all...]

Completed in 586 milliseconds