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

/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.h77 enum ComponentState { enum in class:android::camera3::StatusTracker
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;
H A DStatusTracker.cpp94 void StatusTracker::markComponent(int id, ComponentState state,
117 StatusTracker::ComponentState StatusTracker::getDeviceStateLocked() {
171 ComponentState prevState = getDeviceStateLocked();
188 ComponentState newState = getDeviceStateLocked();

Completed in 143 milliseconds