HomeSort by relevance Sort by last modified time
    Searched refs:health (Results 1 - 25 of 31) sorted by null

1 2

  /external/bluetooth/bluez/health/
Android.mk 3 # health plugin
38 LOCAL_MODULE := bluetooth-health
hdp_main.c 61 BLUETOOTH_PLUGIN_DEFINE(health, VERSION,
  /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);
  /build/target/product/
large_emu_hw.mk 45 bluetooth-health \
generic_no_telephony.mk 46 bluetooth-health \
  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 113 int health = intent.getIntExtra("health", BatteryManager.BATTERY_HEALTH_UNKNOWN);
115 if (health == BatteryManager.BATTERY_HEALTH_GOOD) {
117 } else if (health == BatteryManager.BATTERY_HEALTH_OVERHEAT) {
119 } else if (health == BatteryManager.BATTERY_HEALTH_DEAD) {
121 } else if (health == BatteryManager.BATTERY_HEALTH_OVER_VOLTAGE) {
123 } else if (health == BatteryManager.BATTERY_HEALTH_UNSPECIFIED_FAILURE) {
125 } else if (health == BatteryManager.BATTERY_HEALTH_COLD) {
155 mHealth = (TextView)findViewById(R.id.health);
  /external/bluetooth/bluez/
bootstrap-configure 21 --enable-health \
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 4 var CREATE_HEALTH_TABLE = 'CREATE TABLE IF NOT EXISTS health (key VARCHAR(16) PRIMARY KEY);';
5 var UPDATE_DATA = 'REPLACE INTO health VALUES("health-check-key");';
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 72 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 164 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus
165 public BatteryStatus(int status, int level, int plugged, int health) {
169 this.health = health;
281 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
283 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health));
  /external/quake/quake/src/QW/progs/
progdefs.h 88 float health; member in struct:__anon10568
  /external/quake/quake/src/QW/server/
progdefs.h 107 float health; member in struct:__anon10616
sv_ents.c 364 if (ent->v.health <= 0)
405 if (ent->v.health <= 0)
sv_user.c 873 if (sv_player->v.health <= 0)
    [all...]
sv_ccmds.c 284 sv_player->v.health = v;
pr_cmds.c 595 if (ent->v.health <= 0)
646 if (ent->free || ent->v.health <= 0)
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1170 BluetoothHealth health = new BluetoothHealth(context, listener); local
1209 BluetoothHealth health = (BluetoothHealth)proxy; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 431 public void setBatteryState(int status, int health, int plugType, int level,
434 mStats.setBatteryState(status, health, plugType, level, temp, volt);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
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...]
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.");
  /bionic/libc/kernel/common/linux/spi/
cpcap.h 508 int health; member in struct:cpcap_batt_data
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 514 if (svs.clients[i].active && (svs.clients[i].edict->u.v.health <= 0) )
1207 if (sv_player->u.v.health <= 0)
    [all...]
pr_cmds.cpp 718 if (ent->u.v.health <= 0)
769 if (ent->free || ent->u.v.health <= 0)
1701 if (self->u.v.health < 0)
    [all...]
sv_user.cpp 397 if (sv_player->u.v.health <= 0)
  /external/kernel-headers/original/linux/spi/
cpcap.h 537 int health; member in struct:cpcap_batt_data

Completed in 448 milliseconds

1 2