HomeSort by relevance Sort by last modified time
    Searched defs:health (Results 1 - 8 of 8) sorted by null

  /external/qemu/hw/android/goldfish/
battery.c 46 int health; member in struct:goldfish_battery_state
64 QFIELD_INT32(health),
110 return s->health;
167 s->health = POWER_SUPPLY_HEALTH_GOOD;
172 s->health = POWER_SUPPLY_HEALTH_DEAD;
209 battery_state->health = value;
255 switch (battery_state->health) {
274 snprintf(buffer, sizeof 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 1351 BluetoothHealth health = new BluetoothHealth(context, listener); local
1404 BluetoothHealth health = (BluetoothHealth)proxy; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 87 int health; field in class:BatteryMeterView.BatteryTracker
106 health = intent.getIntExtra(BatteryManager.EXTRA_HEALTH,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 446 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
448 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health));
584 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus
585 public BatteryStatus(int status, int level, int plugged, int health) {
589 this.health = health;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 753 VDS_HEALTH health; member in struct:_VDS_CONTROLLER_PROP
875 VDS_HEALTH health; member in struct:_VDS_DISK_PROP
925 VDS_HEALTH health; member in struct:_VDS_DRIVE_PROP
1089 VDS_HEALTH health; member in struct:_VDS_LUN_PLEX_PROP
1105 VDS_HEALTH health; member in struct:_VDS_LUN_PROP
1221 VDS_HEALTH health; member in struct:_VDS_SUB_SYSTEM_PROP
1240 VDS_HEALTH health; member in struct:_VDS_VOLUME_PLEX_PROP
1251 VDS_HEALTH health; member in struct:_VDS_VOLUME_PROP
1383 VDS_HEALTH health; member in struct:_VDS_DISK_PROP2
1412 VDS_HEALTH health; member in struct:_VDS_DRIVE_PROP2
1509 VDS_HEALTH health; member in struct:_VDS_STORAGE_POOL_PROP
1526 VDS_HEALTH health; member in struct:_VDS_SUB_SYSTEM_PROP2
1551 VDS_HEALTH health; member in struct:_VDS_VOLUME_PROP2
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 589 milliseconds