Home
last modified time | relevance | path

Searched refs:rail (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal34 * Reports accumulated energy since boot on each rail.
48 * Stream rail level power measurements for high frequency clients:
49 * Streams accumulated energy since boot on each rail. This API is
61 * | EnergyData for rail 1 | |
63 * | EnergyData for rail 2 | |
69 * | EnergyData for rail n | |
75 * | EnergyData for rail 1 | |
77 * | EnergyData for rail 2 | |
83 * | EnergyData for rail n | |
Dtypes.hal27 /** Index corresponding to the rail */
29 /** Name of the rail (opaque to the framework) */
31 /** Name of the subsystem to which this rail belongs (opaque to the framework) */
39 * Index corresponding to the rail. This index matches
62 * that is controlled by a single voltage rail.
/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp353 for (auto rail : rails[0]) { in TEST_P() local
354 ASSERT_TRUE(ids.insert(rail.index).second); in TEST_P()