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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetAgIndicatorEnableState.java 25 public boolean battery; field in class:HeadsetAgIndicatorEnableState
32 battery = newBattery;
42 && battery == other.battery;
51 if (battery) result += 8;
67 .append(", battery=")
68 .append(battery)
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 67 s_battery battery; member in struct:__anon36962
  /external/syslinux/com32/lua/src/
dmi.c 294 s_battery *battery = &dmi_ptr->battery; local
296 if (!battery->filled)
298 /* battery */
300 LUA_ADD_STR_P(L, battery, location)
301 LUA_ADD_STR_P(L, battery, manufacturer)
302 LUA_ADD_STR_P(L, battery, manufacture_date)
303 LUA_ADD_STR_P(L, battery, serial)
304 LUA_ADD_STR_P(L, battery, name)
305 LUA_ADD_STR_P(L, battery, chemistry
    [all...]
  /external/adhd/cras/src/server/
cras_hfp_slc.c 50 * battery - Current battery level of AG stored in SLC.
69 int battery; member in struct:hfp_slc_handle
384 handle->battery,
635 handle->battery = 5;
713 handle->battery = level;
  /system/bt/btif/src/
btif_hf.cc 554 bool battery = !is_nth_bit_enabled(bia_mask_out, BTA_AG_IND_BATTCHG); local
555 bt_hf_callbacks->AtBiaCallback(service, roam, signal, battery,
    [all...]
  /system/core/bootstat/
bootstat.cpp 204 {"shutdown,battery", 62},
229 {"shutdown,thermal,battery", 87},
671 // The following battery test should migrate to a default system health HAL
676 // battery could conceivably lead to these, so worthy of override.
678 // Heuristic to determine if shutdown possibly because of a dead battery?
681 static const char battery[] = "healthd: battery l="; local
683 size_t pos = console.rfind(battery); // last one
686 digits = content.substr(pos + strlen(battery), strlen("100 "));
709 LOG(INFO) << "Battery level at shutdown " << level << "%"
    [all...]
  /system/core/liblog/
logprint.c 1341 static const char battery[] = ": battery "; local
    [all...]

Completed in 445 milliseconds