OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:batt_anim
(Results
1 - 1
of
1
) sorted by null
/system/core/healthd/
healthd_mode_charger.cpp
117
struct animation *
batt_anim
;
member in struct:charger
308
struct animation *
batt_anim
= charger->
batt_anim
;
local
309
struct frame *frame = &
batt_anim
->frames[
batt_anim
->cur_frame];
311
if (
batt_anim
->num_frames != 0) {
314
batt_anim
->cur_frame, frame->min_capacity,
321
struct animation *
batt_anim
= charger->
batt_anim
;
local
326
if (
batt_anim
->capacity < 0 || batt_anim->num_frames == 0
347
struct animation *
batt_anim
= charger->
batt_anim
;
local
[
all
...]
Completed in 732 milliseconds