OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComponentState
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h
77
enum
ComponentState
{
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;
StatusTracker.cpp
91
void StatusTracker::markComponent(int id,
ComponentState
state,
114
StatusTracker::
ComponentState
StatusTracker::getDeviceStateLocked() {
168
ComponentState
prevState = getDeviceStateLocked();
185
ComponentState
newState = getDeviceStateLocked();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java
24
private Map<ComponentName,
ComponentState
> componentList = new HashMap<ComponentName,
ComponentState
>();
146
componentList.put(componentName, new
ComponentState
(newState, flags));
156
public RobolectricPackageManager.
ComponentState
getComponentState(ComponentName componentName) {
212
public class
ComponentState
{
216
public
ComponentState
(int newState, int flags) {
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp
132
enum
ComponentState
220
std::vector<
ComponentState
> states_;
/external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar
Completed in 1626 milliseconds