HomeSort by relevance Sort by last modified time
    Searched refs:stateMachine (Results 1 - 24 of 24) 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),
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...]
  /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 66 HeadsetPhoneState(Context context, HeadsetStateMachine stateMachine) {
67 mStateMachine = stateMachine;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 169 FrameLoaderStateMachine* stateMachine() const { return &m_stateMachine; }
NavigationScheduler.cpp 285 if (!targetFrame->loader().stateMachine()->committedMultipleRealLoads()
382 if (!m_frame->loader().stateMachine()->committedFirstRealDocumentLoad() && m_frame->loader().provisionalDocumentLoader()) {
DocumentLoader.cpp 276 if (!frameLoader()->stateMachine()->creatingInitialEmptyDocument())
696 if (m_request.url().isEmpty() && !frameLoader()->stateMachine()->creatingInitialEmptyDocument())
791 bool shouldReuseDefaultView = frame->loader().stateMachine()->isDisplayingInitialEmptyDocument() && frame->document()->isSecureTransitionTo(url);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 37 import com.android.internal.util.StateMachine;
46 * to the {@link StateMachine} for handling. Runs in its own thread.
487 private final StateMachine mStateMachine;
488 private StateMachine mStateMachine2;
503 public WifiMonitor(StateMachine stateMachine, WifiNative wifiNative) {
507 mStateMachine = stateMachine;
523 public void setStateMachine2(StateMachine stateMachine) {
524 mStateMachine2 = stateMachine;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 459 if (target->loader().stateMachine()->isDisplayingInitialEmptyDocument())
502 if (target->loader().stateMachine()->isDisplayingInitialEmptyDocument())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp 389 || m_frame->loader().stateMachine()->isDisplayingInitialEmptyDocument());
ScriptController.cpp 576 if (m_frame->loader().stateMachine()->isDisplayingInitialEmptyDocument())
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 208 public abstract void doNextOp(DhcpStateMachine stateMachine);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 180 && m_document->page()->deprecatedLocalMainFrame()->loader().stateMachine()->committedFirstRealDocumentLoad();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 859 milliseconds