HomeSort by relevance Sort by last modified time
    Searched full:statemachine (Results 1 - 25 of 74) sorted by null

1 2 3

  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateImpl.java 31 private final StateMachine mStateMachine;
34 protected StateImpl(StateMachine stateMachine) {
35 mStateMachine = stateMachine;
44 public StateMachine getStateMachine() {
StateMachineImpl.java 28 public class StateMachineImpl implements StateMachine {
29 private static final Log.Tag TAG = new Log.Tag("StateMachine");
125 public StateUninitialized(StateMachine stateMachine) {
126 super(stateMachine);
State.java 26 * operated by {@link StateMachine}.
38 public StateMachine getStateMachine();
EventHandler.java 23 * can be used by {@link StateMachine} to handle a particular type of event
StateMachine.java 26 public interface StateMachine {
  /frameworks/base/core/java/android/net/
BaseDhcpStateMachine.java 19 import com.android.internal.util.StateMachine;
25 * of this type and be able to call all the methods defined by either StateMachine or this class.
29 public abstract class BaseDhcpStateMachine extends StateMachine {
DhcpStateMachine.java 21 import com.android.internal.util.StateMachine;
37 * StateMachine that interacts with the native DHCP client and can talk to
38 * a controller that also needs to be a StateMachine
56 /* A StateMachine that controls the DhcpStateMachine */
57 private StateMachine mController;
111 private DhcpStateMachine(Context context, StateMachine controller, String intf) {
148 public static DhcpStateMachine makeDhcpStateMachine(Context context, StateMachine controller,
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateBackground.java 32 import com.android.camera.captureintent.stateful.StateMachine;
42 StateMachine stateMachine,
44 return new StateBackground(stateMachine, resourceConstructed);
54 StateMachine stateMachine,
56 super(stateMachine);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 133 inline AgpsState(const AgpsStateMachine *stateMachine) :
134 mStateMachine(stateMachine),
274 const AgpsStateMachine* stateMachine) :
275 ID(id), mStateMachine(stateMachine) {}
304 inline BITSubscriber(const AgpsStateMachine* stateMachine,
306 Subscriber(ipv4, stateMachine)
337 const AgpsStateMachine* stateMachine,
340 Subscriber(id, stateMachine), mLocAdapter(adapter),
364 inline WIFISubscriber(const AgpsStateMachine* stateMachine,
366 Subscriber(sender_id, stateMachine),
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 133 inline AgpsState(const AgpsStateMachine *stateMachine) :
134 mStateMachine(stateMachine),
274 const AgpsStateMachine* stateMachine) :
275 ID(id), mStateMachine(stateMachine) {}
304 inline BITSubscriber(const AgpsStateMachine* stateMachine,
306 Subscriber(ipv4, stateMachine)
337 const AgpsStateMachine* stateMachine,
340 Subscriber(id, stateMachine), mLocAdapter(adapter),
365 inline WIFISubscriber(const AgpsStateMachine* stateMachine,
367 Subscriber(sender_id, stateMachine),
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 133 inline AgpsState(const AgpsStateMachine *stateMachine) :
134 mStateMachine(stateMachine),
274 const AgpsStateMachine* stateMachine) :
275 ID(id), mStateMachine(stateMachine) {}
303 inline BITSubscriber(const AgpsStateMachine* stateMachine,
305 Subscriber(ipv4, stateMachine)
333 const AgpsStateMachine* stateMachine,
336 Subscriber(id, stateMachine), mLocAdapter(adapter),
357 inline WIFISubscriber(const AgpsStateMachine* stateMachine,
359 Subscriber(sender_id, stateMachine),
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_agps.h 133 inline AgpsState(const AgpsStateMachine *stateMachine) :
134 mStateMachine(stateMachine),
274 const AgpsStateMachine* stateMachine) :
275 ID(id), mStateMachine(stateMachine) {}
304 inline BITSubscriber(const AgpsStateMachine* stateMachine,
306 Subscriber(ipv4, stateMachine)
337 const AgpsStateMachine* stateMachine,
340 Subscriber(id, stateMachine), mLocAdapter(adapter),
365 inline WIFISubscriber(const AgpsStateMachine* stateMachine,
367 Subscriber(sender_id, stateMachine),
    [all...]
  /system/bt/btif/include/
btif_av.h 95 ** Description Send event to AV statemachine
101 /* used to pass events to AV statemachine from other tasks */
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 54 * which initializes and starts the state machine. The first action the StateMachine
139 class HelloWorld extends StateMachine {
237 class Hsm1 extends StateMachine {
421 public class StateMachine {
446 * StateMachine logging record.
450 private StateMachine mSm;
468 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState,
479 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState,
659 synchronized void add(StateMachine sm, Message msg, String messageInfo, IState state,
677 /** true if StateMachine has quit *
    [all...]
Protocol.java 21 * to be unique by any {@link com.android.internal.util.Statemachine} implementation. This
22 * allows for interaction between different StateMachine implementations without a conflict
IState.java 24 * The interface for implementing states in a {@link StateMachine}
State.java 24 * The class for implementing states in a StateMachine
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.h 173 QCAMERA_SM_CMD_TYPE_EXIT, // cmd for exiting statemachine cmdThread
183 int32_t stateMachine(qcamera_sm_evt_enum_t evt, void *payload);
193 // main statemachine process routine
197 qcamera_state_enum_t m_state; // statemachine state
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.h 173 QCAMERA_SM_CMD_TYPE_EXIT, // cmd for exiting statemachine cmdThread
183 int32_t stateMachine(qcamera_sm_evt_enum_t evt, void *payload);
193 // main statemachine process routine
197 qcamera_state_enum_t m_state; // statemachine state
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 194 QCAMERA_SM_CMD_TYPE_EXIT, // cmd for exiting statemachine cmdThread
204 int32_t stateMachine(qcamera_sm_evt_enum_t evt, void *payload);
214 // main statemachine process routine
218 qcamera_state_enum_t m_state; // statemachine state
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h 208 QCAMERA_SM_CMD_TYPE_EXIT, // cmd for exiting statemachine cmdThread
218 int32_t stateMachine(qcamera_sm_evt_enum_t evt, void *payload);
228 // main statemachine process routine
234 qcamera_state_enum_t m_state; // statemachine state
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java 29 import com.android.internal.util.StateMachine;
30 import com.android.internal.util.StateMachine.LogRec;
39 * Test for StateMachine.
64 private void dumpLogRecs(StateMachine sm) {
82 * Tests {@link StateMachine#quit()}.
84 class StateMachineQuitTest extends StateMachine {
183 * Tests {@link StateMachine#quitNow()}
185 class StateMachineQuitNowTest extends StateMachine {
287 class StateMachineEnterExitTransitionToTest extends StateMachine {
475 class StateMachine0 extends StateMachine {
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java 55 private StateMachine mStateMachine = new StateMachine();
76 private class StateMachine {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 31 import com.android.internal.util.StateMachine;
47 class WifiApConfigStore extends StateMachine {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 28 import com.android.internal.util.StateMachine;
37 public abstract class WakeLockStateMachine extends StateMachine {

Completed in 1668 milliseconds

1 2 3