HomeSort by relevance Sort by last modified time
    Searched refs:total_transitions (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/include/hardware/
power.h 132 uint64_t total_transitions; member in struct:__anon43262
  /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/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 2220 milliseconds