OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_transitions
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
power.h
132
uint64_t
total_transitions
;
member in struct:__anon41368
/test/vts/testcases/target/hal_power/
hal_power_basic_test.cpp
118
EXPECT_LE(list1[i].
total_transitions
, list2[i].
total_transitions
)
119
<< "
total_transitions
decreased";
/hardware/interfaces/power/1.0/default/
Power.cpp
121
state.totalTransitions = legacy_state.
total_transitions
;
/device/google/marlin/power/
power.c
762
list[0].
total_transitions
= stats[0];
789
list[1].
total_transitions
= stats[2];
/device/huawei/angler/power/
power.c
685
list[0].
total_transitions
= stats[0];
707
list[1].
total_transitions
= stats[2];
/device/lge/bullhead/power/
power.c
638
list[0].
total_transitions
= stats[0];
660
list[1].
total_transitions
= stats[2];
Completed in 3637 milliseconds