OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BatteryProperties
(Results
1 - 19
of
19
) sorted by null
/frameworks/base/core/java/android/os/
BatteryProperties.aidl
19
parcelable
BatteryProperties
;
IBatteryPropertiesListener.aidl
19
import android.os.
BatteryProperties
;
26
void batteryPropertiesChanged(in
BatteryProperties
props);
BatteryProperties.java
21
public class
BatteryProperties
implements Parcelable {
33
public
BatteryProperties
() {
36
public void set(
BatteryProperties
other) {
51
* frameworks/native/services/batteryservice/
BatteryProperties
.cpp
54
private
BatteryProperties
(Parcel p) {
80
public static final Parcelable.Creator<
BatteryProperties
> CREATOR
81
= new Parcelable.Creator<
BatteryProperties
>() {
82
public
BatteryProperties
createFromParcel(Parcel p) {
83
return new
BatteryProperties
(p);
86
public
BatteryProperties
[] newArray(int size)
[
all
...]
/system/core/healthd/
healthd_board_default.cpp
25
int healthd_board_battery_update(struct android::
BatteryProperties
*)
healthd.h
84
void (*battery_update)(struct android::
BatteryProperties
*props);
95
struct android::
BatteryProperties
*props);
120
int healthd_board_battery_update(struct android::
BatteryProperties
*props);
BatteryMonitor.h
51
struct
BatteryProperties
props;
BatteryPropertiesRegistrar.h
34
void notifyListeners(struct
BatteryProperties
props);
healthd_mode_android.cpp
33
struct android::
BatteryProperties
*props) {
healthd.cpp
83
struct android::
BatteryProperties
*props);
91
struct android::
BatteryProperties
*props);
99
struct android::
BatteryProperties
*props);
133
struct android::
BatteryProperties
* /*props*/) {
BatteryPropertiesRegistrar.cpp
34
defaultServiceManager()->addService(String16("
batteryproperties
"), this);
37
void BatteryPropertiesRegistrar::notifyListeners(struct
BatteryProperties
props) {
healthd_mode_charger.cpp
605
struct android::
BatteryProperties
*props)
/frameworks/native/services/batteryservice/
Android.mk
5
BatteryProperties
.cpp \
IBatteryPropertiesListener.cpp
32
void batteryPropertiesChanged(struct
BatteryProperties
props)
BatteryProperties.cpp
29
* frameworks/base/core/java/android/os/
BatteryProperties
.java
32
status_t
BatteryProperties
::readFromParcel(Parcel* p) {
46
status_t
BatteryProperties
::writeToParcel(Parcel* p) const {
/frameworks/native/include/batteryservice/
IBatteryPropertiesListener.h
38
virtual void batteryPropertiesChanged(struct
BatteryProperties
props) = 0;
BatteryService.h
56
struct
BatteryProperties
{
/device/htc/flounder/health/
healthd-flounder.cpp
106
static void flounder_status_check(struct
BatteryProperties
*props)
115
static void flounder_health_check(struct
BatteryProperties
*props)
125
static void flounder_voltage_monitor_check(struct
BatteryProperties
*props)
147
static void flounder_soc_adjust(struct
BatteryProperties
*props)
237
static void flounder_bat_monitor(struct
BatteryProperties
*props)
245
int healthd_board_battery_update(struct
BatteryProperties
*props)
/device/samsung/manta/health/
healthd-manta.cpp
58
static void manta_bat_check_temp(struct
BatteryProperties
*props)
145
static void manta_bat_charging_timer(struct
BatteryProperties
*props)
171
struct
BatteryProperties
*props)
209
static void manta_bat_monitor(struct
BatteryProperties
*props)
284
int healthd_board_battery_update(struct
BatteryProperties
*props)
/frameworks/base/services/core/java/com/android/server/
BatteryService.java
34
import android.os.
BatteryProperties
;
113
private
BatteryProperties
mBatteryProps;
114
private final
BatteryProperties
mLastBatteryProps = new
BatteryProperties
();
171
IBinder b = ServiceManager.getService("
batteryproperties
");
294
private void update(
BatteryProperties
props) {
[
all
...]
Completed in 955 milliseconds