/external/qemu/hw/ |
goldfish_battery.c | 44 int health; member in struct:goldfish_battery_state 58 QFIELD_INT32(health), 104 return s->health; 159 s->health = POWER_SUPPLY_HEALTH_GOOD; 187 battery_state->health = value; 232 switch (battery_state->health) { 252 sprintf(buffer, "health: %s\r\n", value);
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPActivity.java | 17 package com.example.bluetooth.health; 47 * Main user interface for the Sample application. All Bluetooth health-related 277 // Starts health service. 306 Log.d(TAG, "Health Service not connected."); 323 Log.d(TAG, "Health Service not connected.");
|
BluetoothHDPService.java | 17 package com.example.bluetooth.health; 40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect 49 * Health SINK. 50 * 3. Establish connection to a health device. Some devices will initiate the connection. It is 52 * 4. When connected successfully, read / write to the health device using the file descriptor. 53 * The received data needs to be interpreted using a health manager which implements the 55 * 5. When done, close the health channel and unregister the application. The channel will 83 // Register health application. 85 // Unregister health application. 114 // Register health application [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 1373 BluetoothHealth health = new BluetoothHealth(context, listener); local 1415 BluetoothHealth health = (BluetoothHealth)proxy; local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterView.java | 79 int health; field in class:BatteryMeterView.BatteryTracker 98 health = intent.getIntExtra(BatteryManager.EXTRA_HEALTH,
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitor.java | 274 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN); 276 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health)); 378 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus 379 public BatteryStatus(int status, int level, int plugged, int health) { 383 this.health = health; [all...] |
/bionic/libc/kernel/common/linux/spi/ |
cpcap.h | 580 int health; member in struct:cpcap_batt_data
|
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 537 int health; member in struct:cpcap_batt_data
|