Searched refs:ps_type (Results 1 - 1 of 1) sorted by relevance

/system/core/charger/
H A Dcharger.c133 const char *ps_type; member in struct:uevent
362 uevent->ps_type = "";
386 uevent->ps_type = msg;
396 uevent->ps_name, uevent->ps_type, uevent->ps_online);
402 char ps_type[32]; local
408 if (uevent->ps_type[0] == '\0') {
417 ret = read_file(path, ps_type, sizeof(ps_type));
422 strlcpy(ps_type, uevent->ps_type, sizeo
[all...]

Completed in 4 milliseconds