Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 35) sorted by relevance

12

/hardware/interfaces/power/1.1/
Dtypes.hal20 * PowerStateSubsystemSleepState represents the sleep states
55 * and all the sleep states this susbsystem is capable of getting into.
66 * states represents the list of sleep states supported by this susbsystem.
67 * Higher the index in the returned <states> vector deeper the state is
72 * or the subsystem does not have any sleep states.
74 vec<PowerStateSubsystemSleepState> states;
DIPower.hal27 * Report cumulative info on the statistics on subsystem-level sleep states
30 * @return subsystems supported on this device and their sleep states
/hardware/interfaces/power/1.0/default/
DPower.cpp67 hidl_vec<PowerStatePlatformSleepState> states; in getPlatformLowPowerStats() local
77 _hidl_cb(states, Status::SUCCESS); in getPlatformLowPowerStats()
114 states.resize(number_platform_modes); in getPlatformLowPowerStats()
118 PowerStatePlatformSleepState& state = states[i]; in getPlatformLowPowerStats()
143 _hidl_cb(states, Status::SUCCESS); in getPlatformLowPowerStats()
/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp203 for (auto state : stateSpace.states) { in TEST_F()
216 for (auto state : stateSpace.states) { in TEST_F()
270 ASSERT_EQ(stateSpace.states.size(), it->second.states.size()); in TEST_F()
271 for (auto i = 0; i < stateSpace.states.size(); i++) { in TEST_F()
272 ASSERT_EQ(stateSpace.states[i].powerEntityStateId, in TEST_F()
273 it->second.states[i].powerEntityStateId); in TEST_F()
274 ASSERT_EQ(stateSpace.states[i].powerEntityStateName, in TEST_F()
275 it->second.states[i].powerEntityStateName); in TEST_F()
298 ASSERT_EQ(stateSpace.states.size(), it->second.stateResidencyData.size()); in TEST_F()
305 for (auto state : stateSpace.states) { in TEST_F()
[all …]
/hardware/interfaces/power/1.0/
DIPower.hal76 * Report cumulative info on the statistics on platform-level sleep states
79 * Higher the index in the returned <states> vector deeper the state is
83 * @return states of power states the device supports
88 generates (vec<PowerStatePlatformSleepState> states, Status retval);
/hardware/interfaces/camera/provider/2.5/
Dtypes.hal22 * Possible physical states of the overall device, for use with
29 * device does not support multiple different states.
DICameraProvider.hal39 * The state is a bitfield of potential states, and some physical configurations
/hardware/google/pixel/powerstats/
DAidlStateResidencyDataProvider.cpp206 .powerEntityId = info.second.powerEntityId, .states = {}}; in getStateSpaces()
207 statespace.states.resize(info.second.stateInfos.size()); in getStateSpaces()
210 statespace.states[i++] = { in getStateSpaces()
DGenericStateResidencyDataProvider.cpp210 s.states.resize(config.second.mStateResidencyConfigs.size()); in getStateSpaces()
213 s.states[i] = { in getStateSpaces()
DWlanStateResidencyDataProvider.cpp99 .states = {{.powerEntityStateId = ACTIVE_ID, .powerEntityStateName = "Active"}, in getStateSpaces()
/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal22 * This interface must be supported in all states of the owning object, and must
71 * The blocking behavior of this method differs among states:
74 * - In any of the running states, this method may block momentarily if
126 * The blocking behavior of this method differs among states:
129 * - In any of the running states, this method may block momentarily if
207 * The blocking behavior of this method differs among states:
210 * - In any of the running states, this method may block momentarily if
DIComponent.hal32 * Components have two states: stopped and running. The running state has three
33 * sub-states: executing, tripped and error.
47 * This method must be supported in running (including tripped) states.
68 * This method must be supported in running (including tripped) states.
102 * This method must be supported in running (including tripped) states.
311 * This method must be supported in all (including tripped) states other
/hardware/interfaces/power/stats/1.0/
Dtypes.hal91 * PowerEntity. The state space, is the set of possible states that a given
98 /** List of states that the PowerEntity may reside in */
99 vec<PowerEntityStateInfo> states;
DIPowerStats.hal117 * Reports the set of power states for which the specified
139 * Each PowerEntity may reside in one of multiple states. It may also
141 * that a specified PowerEntity resided in each of its possible states,
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp184 auto cb = [&vec, &s](hidl_vec<PowerStatePlatformSleepState> states, in TEST_F()
186 vec = states; in TEST_F()
/hardware/google/interfaces/media/c2/1.0/
DIComponent.hal28 * below. Components have two states: stopped and running. The running
29 * state has three sub-states: executing, tripped and error.
39 * This method must be supported in running (including tripped) states.
61 * This method must be supported in running (including tripped) states.
96 * This method must be supported in running (including tripped) states.
280 * This method must be supported in all (including tripped) states other
DIComponentInterface.hal32 * Component interfaces have no states.
DIConfigurable.hal23 * This interface must be supported in all states of the inheriting
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal54 * the logic responsible for changing display states should generally live above
56 * change display states.
/hardware/interfaces/power/stats/1.0/default/
Dservice.cpp71 .states = { in getStateSpaces()
/hardware/interfaces/vr/1.0/
DIVr.hal30 * Set the VR mode state. Possible states of the enabled parameter are:
/hardware/interfaces/gnss/1.0/
DIGnssGeofenceCallback.hal21 * There are 3 states associated with a Geofence: Inside, Outside, Unknown.
71 * Even though the diagram and explanation talks about states and transitions,
72 * the callee is only interested in the transitions. The states are mentioned
DIGnss.hal121 * states to save power. It is expected that when setCallback() method is called again to
123 * requests as hardware readiness states are restored, not to exceed those that occur on normal
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal24 * Flags indicating the Accumulated Delta Range's states.
/hardware/interfaces/radio/1.2/
Dtypes.hal514 * Valid reg states are NOT_REG_MT_NOT_SEARCHING_OP,
592 * Valid reg states are NOT_REG_MT_NOT_SEARCHING_OP,

12