Home | History | Annotate | Download | only in sensorservice

Lines Matching defs:BatteryService

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) {
120 const String16 BatteryService::DESCRIPTOR("com.android.internal.app.IBatteryStats");
122 ANDROID_SINGLETON_STATIC_INSTANCE(BatteryService)