Searched refs:ComponentState (Results 1 – 3 of 3) sorted by relevance
79 enum ComponentState { enum84 void markComponent(int id, ComponentState state,94 ComponentState state;109 KeyedVector<int, ComponentState> mStates;114 ComponentState mDeviceState;122 ComponentState getDeviceStateLocked();124 Vector<ComponentState> mStateTransitions;
110 void StatusTracker::markComponent(int id, ComponentState state, in markComponent()133 StatusTracker::ComponentState StatusTracker::getDeviceStateLocked() { in getDeviceStateLocked()187 ComponentState prevState = getDeviceStateLocked(); in threadLoop()204 ComponentState newState = getDeviceStateLocked(); in threadLoop()
54 public @interface ComponentState { } annotation in PowerComponentUtil