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

  /frameworks/native/services/sensorservice/
BatteryService.h 25 class BatteryService : public Singleton<BatteryService> {
30 friend class Singleton<BatteryService>;
33 BatteryService();
59 BatteryService::getInstance().enableSensorImpl(uid, handle);
62 BatteryService::getInstance().disableSensorImpl(uid, handle);
65 BatteryService::getInstance().cleanupImpl(uid);
BatteryService.cpp 28 #include "BatteryService.h"
33 BatteryService::BatteryService() {
41 status_t BatteryService::noteStartSensor(int uid, int handle) {
52 status_t BatteryService::noteStopSensor(int uid, int handle) {
63 bool BatteryService::addSensor(uid_t uid, int handle) {
75 bool BatteryService::removeSensor(uid_t uid, int handle) {
85 void BatteryService::enableSensorImpl(uid_t uid, int handle) {
94 void BatteryService::disableSensorImpl(uid_t uid, int handle) {
104 void BatteryService::cleanupImpl(uid_t uid)
    [all...]
Android.mk 5 BatteryService.cpp \
SensorService.cpp 43 #include "BatteryService.h"
488 BatteryService::cleanup(c->getUid());
527 BatteryService::enableSensor(connection->getUid(), handle);
574 BatteryService::disableSensor(connection->getUid(), handle);
  /frameworks/base/services/java/com/android/server/
IdleMaintenanceService.java 86 private final BatteryService mBatteryService;
102 public IdleMaintenanceService(Context context, BatteryService batteryService) {
104 mBatteryService = batteryService;
BatteryService.java 50 * <p>BatteryService monitors the charging status, and charge level of the device
79 public final class BatteryService extends Binder {
80 private static final String TAG = BatteryService.class.getSimpleName();
148 public BatteryService(Context context, LightsService lights) {
709 * Synchronize on BatteryService.
Watchdog.java 89 BatteryService mBattery;
202 public void init(Context context, BatteryService battery,
SystemServer.java 131 BatteryService battery = null;
288 battery = new BatteryService(context, lights);
    [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 20 import com.android.server.BatteryService;
171 private BatteryService mBatteryService;
397 ActivityManagerService am, BatteryService bs, IBatteryStats bss,
    [all...]

Completed in 3858 milliseconds