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 136 const char *ps_name; member in struct:uevent
379 uevent->ps_name = "";
399 uevent->ps_name = msg;
415 uevent->ps_name, uevent->ps_type, uevent->ps_online);
448 supply = find_supply(charger, uevent->ps_name);
456 supply = add_supply(charger, uevent->ps_name, ps_type, uevent->path,
459 LOGE("cannot add supply '%s' (%s %d)\n", uevent->ps_name,
467 LOGE("supply '%s' already exists..\n", uevent->ps_name);
479 uevent->ps_name, ps_type, online);
496 uevent->ps_name, ps_type, battery ? "" : online ? "online" : "offline"
    [all...]

Completed in 495 milliseconds