OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BatteryPropertiesRegistrar
(Results
1 - 2
of
2
) sorted by null
/system/core/healthd/
BatteryPropertiesRegistrar.cpp
17
#include "
BatteryPropertiesRegistrar
.h"
28
BatteryPropertiesRegistrar
::
BatteryPropertiesRegistrar
(BatteryMonitor* monitor) {
32
void
BatteryPropertiesRegistrar
::publish() {
36
void
BatteryPropertiesRegistrar
::notifyListeners(struct BatteryProperties props) {
43
void
BatteryPropertiesRegistrar
::registerListener(const sp<IBatteryPropertiesListener>& listener) {
59
void
BatteryPropertiesRegistrar
::unregisterListener(const sp<IBatteryPropertiesListener>& listener) {
70
void
BatteryPropertiesRegistrar
::binderDied(const wp<IBinder>& who) {
BatteryPropertiesRegistrar.h
33
class
BatteryPropertiesRegistrar
: public BnBatteryPropertiesRegistrar,
36
BatteryPropertiesRegistrar
(BatteryMonitor* monitor);
Completed in 166 milliseconds