Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.h77 enum ComponentState { enum
82 void markComponent(int id, ComponentState state,
92 ComponentState state;
107 KeyedVector<int, ComponentState> mStates;
111 ComponentState mDeviceState;
119 ComponentState getDeviceStateLocked();
121 Vector<ComponentState> mStateTransitions;
DStatusTracker.cpp91 void StatusTracker::markComponent(int id, ComponentState state, in markComponent()
114 StatusTracker::ComponentState StatusTracker::getDeviceStateLocked() { in getDeviceStateLocked()
168 ComponentState prevState = getDeviceStateLocked(); in threadLoop()
185 ComponentState newState = getDeviceStateLocked(); in threadLoop()