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 1193 BluetoothHealth health = new BluetoothHealth(context, listener); local
1235 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
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 157 unsigned stathlth; /* station health */
190 unsigned int health; /* is satellite healthy? */ member in struct:rtcm2_t::__anon13068::__anon13072::consat_t
197 bool health_en; /* health enabled */
209 unsigned int health; /* station health */ member in struct:rtcm2_t::__anon13068::__anon13073::station_t
537 /* SV health data, 8 bit unsigned bit map */
612 /* hlth, SV health, 6 bits unsigned bitmap */
803 /* svh, SV health data for SV 25 through 32
818 /* sv, SV health status, 6 bits, bitmap */
    [all...]

Completed in 331 milliseconds