Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.h79 enum ComponentState { enum
84 void markComponent(int id, ComponentState state,
94 ComponentState state;
109 KeyedVector<int, ComponentState> mStates;
114 ComponentState mDeviceState;
122 ComponentState getDeviceStateLocked();
124 Vector<ComponentState> mStateTransitions;
H A DStatusTracker.cpp110 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()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DPowerComponentUtil.java54 public @interface ComponentState { } annotation in PowerComponentUtil