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

  /external/ipsec-tools/src/racoon/
pfkey.h 39 const char *ps_name; member in struct:pfkey_satype
  /system/core/charger/
charger.c 131 const char *ps_name; member in struct:uevent
359 uevent->ps_name = "";
379 uevent->ps_name = msg;
395 uevent->ps_name, uevent->ps_type, uevent->ps_online);
428 supply = find_supply(charger, uevent->ps_name);
436 supply = add_supply(charger, uevent->ps_name, ps_type, uevent->path,
439 LOGE("cannot add supply '%s' (%s %d)\n", uevent->ps_name,
447 LOGE("supply '%s' already exists..\n", uevent->ps_name);
459 uevent->ps_name, ps_type, online);
476 uevent->ps_name, ps_type, battery ? "" : online ? "online" : "offline"
    [all...]

Completed in 260 milliseconds