OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:residency_in_msec_since_boot
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
power.h
127
uint64_t
residency_in_msec_since_boot
;
member in struct:__anon41368
/test/vts/testcases/target/hal_power/
hal_power_basic_test.cpp
115
EXPECT_LE(list1[i].
residency_in_msec_since_boot
,
116
list2[i].
residency_in_msec_since_boot
)
117
<< "
residency_in_msec_since_boot
decreased";
/hardware/interfaces/power/1.0/default/
Power.cpp
120
state.residencyInMsecSinceBoot = legacy_state.
residency_in_msec_since_boot
;
/device/google/marlin/power/
power.c
763
list[0].
residency_in_msec_since_boot
= stats[1];
790
list[1].
residency_in_msec_since_boot
= stats[3];
/device/huawei/angler/power/
power.c
686
list[0].
residency_in_msec_since_boot
= stats[1];
708
list[1].
residency_in_msec_since_boot
= stats[3];
/device/lge/bullhead/power/
power.c
639
list[0].
residency_in_msec_since_boot
= stats[1];
661
list[1].
residency_in_msec_since_boot
= stats[3];
Completed in 771 milliseconds