HomeSort by relevance Sort by last modified time
    Searched refs:stateMachine (Results 1 - 25 of 25) sorted by null

  /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...]
loc_eng_agps.cpp 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) :
249 AgpsState(stateMachine)
315 inline AgpsPendingState(AgpsStateMachine* stateMachine) :
316 AgpsState(stateMachine)
410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) :
411 AgpsState(stateMachine)
504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) :
505 AgpsState(stateMachine)
    [all...]
loc_eng.cpp     [all...]
  /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...]
loc_eng_agps.cpp 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) :
249 AgpsState(stateMachine)
315 inline AgpsPendingState(AgpsStateMachine* stateMachine) :
316 AgpsState(stateMachine)
410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) :
411 AgpsState(stateMachine)
504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) :
505 AgpsState(stateMachine)
    [all...]
loc_eng.cpp     [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...]
loc_eng_agps.cpp 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) :
249 AgpsState(stateMachine)
315 inline AgpsPendingState(AgpsStateMachine* stateMachine) :
316 AgpsState(stateMachine)
410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) :
411 AgpsState(stateMachine)
504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) :
505 AgpsState(stateMachine)
    [all...]
loc_eng.cpp     [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...]
loc_eng_agps.cpp 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) :
249 AgpsState(stateMachine)
315 inline AgpsPendingState(AgpsStateMachine* stateMachine) :
316 AgpsState(stateMachine)
410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) :
411 AgpsState(stateMachine)
504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) :
505 AgpsState(stateMachine)
    [all...]
loc_eng.cpp     [all...]
  /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);
  /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);
  /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
QCameraStateMachine.cpp 41 * DESCRIPTION: Statemachine process thread routine to handle events
75 pme->stateMachine(node->evt, node->evt_payload);
80 pme->stateMachine(node->evt, node->evt_payload);
229 * FUNCTION : stateMachine
242 int32_t QCameraStateMachine::stateMachine(qcamera_sm_evt_enum_t evt, void *payload)
    [all...]
  /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
QCameraStateMachine.cpp 41 * DESCRIPTION: Statemachine process thread routine to handle events
75 pme->stateMachine(node->evt, node->evt_payload);
80 pme->stateMachine(node->evt, node->evt_payload);
229 * FUNCTION : stateMachine
242 int32_t QCameraStateMachine::stateMachine(qcamera_sm_evt_enum_t evt, void *payload)
    [all...]
  /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
QCameraStateMachine.cpp 41 * DESCRIPTION: Statemachine process thread routine to handle events
75 pme->stateMachine(node->evt, node->evt_payload);
80 pme->stateMachine(node->evt, node->evt_payload);
229 * FUNCTION : stateMachine
242 int32_t QCameraStateMachine::stateMachine(qcamera_sm_evt_enum_t evt, void *payload)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 87 HeadsetPhoneState(Context context, HeadsetStateMachine stateMachine) {
88 mStateMachine = stateMachine;
  /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
QCameraStateMachine.cpp 41 * DESCRIPTION: Statemachine process thread routine to handle events
75 pme->stateMachine(node->evt, node->evt_payload);
80 pme->stateMachine(node->evt, node->evt_payload);
274 * FUNCTION : stateMachine
287 int32_t QCameraStateMachine::stateMachine(qcamera_sm_evt_enum_t evt, void *payload)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 38 import com.android.internal.util.StateMachine;
47 * to the {@link StateMachine} for handling. Runs in its own thread.
517 private final StateMachine mStateMachine;
518 private StateMachine mStateMachine2;
533 public WifiMonitor(StateMachine stateMachine, WifiNative wifiNative) {
537 mStateMachine = stateMachine;
553 public void setStateMachine2(StateMachine stateMachine) {
554 mStateMachine2 = stateMachine;
    [all...]

Completed in 269 milliseconds