/external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ |
D | AndroidControllerEvent.java | 27 public static final int DISCONNECTED = 5; field in AndroidControllerEvent
|
D | AndroidControllers.java | 83 case AndroidControllerEvent.DISCONNECTED: in setupEventQueue() 229 event.type = AndroidControllerEvent.DISCONNECTED; in removeController()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/ |
D | GwtControllerEvent.java | 28 public static final int DISCONNECTED = 5; field in GwtControllerEvent
|
D | GwtControllers.java | 63 case GwtControllerEvent.DISCONNECTED: in setupEventQueue() 148 event.type = GwtControllerEvent.DISCONNECTED; in onGamepadDisconnected()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNetworkInfo.java | 57 NetworkInfo.State.DISCONNECTED; in getState()
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.c | 216 SM_STATE(AUTH_PAE, DISCONNECTED) in SM_STATE() argument 227 SM_ENTRY_MA(AUTH_PAE, DISCONNECTED, auth_pae); in SM_STATE() 396 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP() 411 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP() 421 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP() 435 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.c | 221 SM_STATE(SUPP_PAE, DISCONNECTED) in SM_STATE() argument 223 SM_ENTRY(SUPP_PAE, DISCONNECTED); in SM_STATE() 355 SM_ENTER_GLOBAL(SUPP_PAE, DISCONNECTED); in SM_STEP() 369 SM_ENTER(SUPP_PAE, DISCONNECTED); in SM_STEP() 420 SM_ENTER(SUPP_PAE, DISCONNECTED); in SM_STEP()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnection.java | 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED enumConstant
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 25 DISCONNECTED = 2; enumerator
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 154 second to "CONNECTED" or "DISCONNECTED" depending on the event.
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 1817 SM_STATE(WPA_PTK, DISCONNECTED) in SM_STATE() argument 1819 SM_ENTRY_MA(WPA_PTK, DISCONNECTED, wpa_ptk); in SM_STATE() 2453 SM_ENTER(WPA_PTK, DISCONNECTED); in SM_STEP() 2464 SM_ENTER(WPA_PTK, DISCONNECTED); in SM_STEP()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 942 } else if (newState == IceConnectionState.DISCONNECTED) { in onIceConnectionChange()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiManagerFacade.java | 215 if (nInfo.getDetailedState().equals(DetailedState.DISCONNECTED)) { in onReceive()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 457 <3>CTRL-EVENT-DISCONNECTED bssid=02:00:00:00:01:00 reason=1 locally_generated=1
|
D | README | 818 or DISCONNECTED). If the action script needs to get more information 835 if [ "$CMD" = "DISCONNECTED" ]; then
|
D | ChangeLog | 497 * added P2P Device Address to AP-STA-DISCONNECTED event and use 712 - Send AP-STA-DISCONNECTED event when an AP disconnects a station
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 660 case DISCONNECTED: in buildJsonWifiInfo()
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 226 * added AP-STA-DISCONNECTED ctrl_iface event 351 - Send AP-STA-DISCONNECTED event when an AP disconnects a station
|