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

  /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 1174 BluetoothHealth health = new BluetoothHealth(context, listener); local
1213 BluetoothHealth health = (BluetoothHealth)proxy; local
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 88 float health; member in struct:__anon14313
  /external/quake/quake/src/QW/server/
progdefs.h 107 float health; member in struct:__anon14361
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardUpdateMonitor.java 258 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
260 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health));
362 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus
363 public BatteryStatus(int status, int level, int plugged, int health) {
367 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

Completed in 2570 milliseconds