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

  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandle.h 94 enum ConnectingSubstate { New, ExecutingPACFile, WaitingForCredentials, WaitingForConnect, Connected };
SocketStreamHandleCFNet.cpp 501 m_connectingSubstate = Connected;
513 ASSERT(m_connectingSubstate == Connected);
560 m_connectingSubstate = Connected;
569 ASSERT(m_connectingSubstate == Connected);
  /external/webkit/WebCore/websockets/
WebSocketHandshake.h 48 Incomplete, Normal, Failed, Connected
WebSocketChannel.cpp 154 case WebSocketHandshake::Connected:
165 LOG(Network, "WebSocketChannel %p connected", this);
178 if (m_handshake.mode() != WebSocketHandshake::Connected)
WebSocketHandshake.cpp 449 case Connected:
482 m_mode = Connected;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.h 98 TI_BOOL Connected;
measurementMgrSM.c 188 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acConnected}, /* CONNECTED */
204 {MEASUREMENTMGR_STATE_PROCESSING_REQUEST, measurementMgrSM_acUnexpected}, /* CONNECTED */
220 {MEASUREMENTMGR_STATE_WAITING_FOR_SCR, measurementMgrSM_acUnexpected}, /* CONNECTED */
236 {MEASUREMENTMGR_STATE_MEASURING, measurementMgrSM_acUnexpected}, /* CONNECTED */
314 * been advised that the station has connected to an AP.
327 /* do nothing if we're already in connected mode */
328 if (pMeasurementMgr->Connected)
330 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag already set\n");
335 pMeasurementMgr->Connected = TI_TRUE;
337 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag has been set\n")
    [all...]
measurementMgr.c 167 pMeasurementMgr->Connected = TI_FALSE;
348 WLAN_OS_REPORT(("Connected: %d\n", pMeasurementMgr->Connected));
382 * Signals the Measurement Manager that the STA is connected.
396 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MeasurementMgr set to connected.\n");
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgr.h 99 BOOL Connected;
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.h 98 TI_BOOL Connected;
measurementMgrSM.c 188 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acConnected}, /* CONNECTED */
204 {MEASUREMENTMGR_STATE_PROCESSING_REQUEST, measurementMgrSM_acUnexpected}, /* CONNECTED */
220 {MEASUREMENTMGR_STATE_WAITING_FOR_SCR, measurementMgrSM_acUnexpected}, /* CONNECTED */
236 {MEASUREMENTMGR_STATE_MEASURING, measurementMgrSM_acUnexpected}, /* CONNECTED */
314 * been advised that the station has connected to an AP.
327 /* do nothing if we're already in connected mode */
328 if (pMeasurementMgr->Connected)
330 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag already set\n");
335 pMeasurementMgr->Connected = TI_TRUE;
337 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag has been set\n")
    [all...]
measurementMgr.c 167 pMeasurementMgr->Connected = TI_FALSE;
347 WLAN_OS_REPORT(("Connected: %d\n", pMeasurementMgr->Connected));
381 * Signals the Measurement Manager that the STA is connected.
395 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MeasurementMgr set to connected.\n");
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgrSM.c 189 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acConnected}, /* CONNECTED */
205 {MEASUREMENTMGR_STATE_PROCESSING_REQUEST, measurementMgrSM_acUnexpected}, /* CONNECTED */
221 {MEASUREMENTMGR_STATE_WAITING_FOR_SCR, measurementMgrSM_acUnexpected}, /* CONNECTED */
237 {MEASUREMENTMGR_STATE_MEASURING, measurementMgrSM_acUnexpected}, /* CONNECTED */
322 * been advised that the station has connected to an AP.
335 /* do nothing if we're already in connected mode */
336 if (pMeasurementMgr->Connected)
339 ("%s: Connected flag already set\n", __FUNCTION__));
344 pMeasurementMgr->Connected = TRUE;
347 ("%s: Connected flag has been set\n", __FUNCTION__))
    [all...]
measurementMgr.c 248 pMeasurementMgr->Connected = FALSE;
420 WLAN_OS_REPORT(("Connected: %d\n", pMeasurementMgr->Connected));
455 * Signals the Measurement Manager that the STA is connected.
470 ("%s: MeasurementMgr set to connected.\n", __FUNCTION__));
    [all...]

Completed in 346 milliseconds