Searched refs:IDLE (Results 1 - 25 of 109) sorted by last modified time

12345

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c2318 SM_STATE(WPA_PTK_GROUP, IDLE)
2320 SM_ENTRY_MA(WPA_PTK_GROUP, IDLE, wpa_ptk_group);
2424 SM_ENTER(WPA_PTK_GROUP, IDLE);
2443 SM_ENTER(WPA_PTK_GROUP, IDLE);
2446 SM_ENTER(WPA_PTK_GROUP, IDLE);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c219 SM_STATE(EAP, IDLE)
221 SM_ENTRY(EAP, IDLE);
721 SM_ENTER(EAP, IDLE);
758 SM_ENTER(EAP, IDLE);
761 SM_ENTER(EAP, IDLE);
1521 return "IDLE";
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c237 SM_STATE(EAP, IDLE)
239 SM_ENTRY(EAP, IDLE);
703 SM_ENTER(EAP, IDLE);
730 SM_ENTER(EAP, IDLE);
733 SM_ENTER(EAP, IDLE);
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c516 SM_STATE(BE_AUTH, IDLE)
518 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth);
541 SM_ENTER(BE_AUTH, IDLE);
568 SM_ENTER(BE_AUTH, IDLE);
571 SM_ENTER(BE_AUTH, IDLE);
574 SM_ENTER(BE_AUTH, IDLE);
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c503 SM_STATE(SUPP_BE, IDLE)
505 SM_ENTRY(SUPP_BE, IDLE);
578 SM_ENTER(SUPP_BE, IDLE);
581 SM_ENTER(SUPP_BE, IDLE);
584 SM_ENTER(SUPP_BE, IDLE);
595 SM_ENTER(SUPP_BE, IDLE);
996 return "IDLE";
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c2318 SM_STATE(WPA_PTK_GROUP, IDLE)
2320 SM_ENTRY_MA(WPA_PTK_GROUP, IDLE, wpa_ptk_group);
2424 SM_ENTER(WPA_PTK_GROUP, IDLE);
2443 SM_ENTER(WPA_PTK_GROUP, IDLE);
2446 SM_ENTER(WPA_PTK_GROUP, IDLE);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c219 SM_STATE(EAP, IDLE)
221 SM_ENTRY(EAP, IDLE);
721 SM_ENTER(EAP, IDLE);
758 SM_ENTER(EAP, IDLE);
761 SM_ENTER(EAP, IDLE);
1521 return "IDLE";
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c237 SM_STATE(EAP, IDLE)
239 SM_ENTRY(EAP, IDLE);
703 SM_ENTER(EAP, IDLE);
730 SM_ENTER(EAP, IDLE);
733 SM_ENTER(EAP, IDLE);
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c516 SM_STATE(BE_AUTH, IDLE)
518 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth);
541 SM_ENTER(BE_AUTH, IDLE);
568 SM_ENTER(BE_AUTH, IDLE);
571 SM_ENTER(BE_AUTH, IDLE);
574 SM_ENTER(BE_AUTH, IDLE);
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c503 SM_STATE(SUPP_BE, IDLE)
505 SM_ENTRY(SUPP_BE, IDLE);
578 SM_ENTER(SUPP_BE, IDLE);
581 SM_ENTER(SUPP_BE, IDLE);
584 SM_ENTER(SUPP_BE, IDLE);
595 SM_ENTER(SUPP_BE, IDLE);
996 return "IDLE";
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c2318 SM_STATE(WPA_PTK_GROUP, IDLE)
2320 SM_ENTRY_MA(WPA_PTK_GROUP, IDLE, wpa_ptk_group);
2424 SM_ENTER(WPA_PTK_GROUP, IDLE);
2443 SM_ENTER(WPA_PTK_GROUP, IDLE);
2446 SM_ENTER(WPA_PTK_GROUP, IDLE);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c219 SM_STATE(EAP, IDLE)
221 SM_ENTRY(EAP, IDLE);
721 SM_ENTER(EAP, IDLE);
758 SM_ENTER(EAP, IDLE);
761 SM_ENTER(EAP, IDLE);
1521 return "IDLE";
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c237 SM_STATE(EAP, IDLE)
239 SM_ENTRY(EAP, IDLE);
703 SM_ENTER(EAP, IDLE);
730 SM_ENTER(EAP, IDLE);
733 SM_ENTER(EAP, IDLE);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c516 SM_STATE(BE_AUTH, IDLE)
518 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth);
541 SM_ENTER(BE_AUTH, IDLE);
568 SM_ENTER(BE_AUTH, IDLE);
571 SM_ENTER(BE_AUTH, IDLE);
574 SM_ENTER(BE_AUTH, IDLE);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c503 SM_STATE(SUPP_BE, IDLE)
505 SM_ENTRY(SUPP_BE, IDLE);
578 SM_ENTER(SUPP_BE, IDLE);
581 SM_ENTER(SUPP_BE, IDLE);
584 SM_ENTER(SUPP_BE, IDLE);
595 SM_ENTER(SUPP_BE, IDLE);
996 return "IDLE";
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationComponent.java31 IDLE, enum constant in enum:AnimationComponent.PlayerAnimations
218 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
250 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
H A DAttackAtDistanceComponent.java64 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
72 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DButtonAnimationComponent.java61 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DCrusherAndouComponent.java39 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DEnemyAnimationComponent.java29 IDLE, enum constant in enum:EnemyAnimationComponent.EnemyAnimations
71 mSprite.playAnimation(EnemyAnimations.IDLE.ordinal());
H A DGameObject.java60 IDLE, enum constant in enum:GameObject.ActionType
H A DGameObjectFactory.java728 SpriteAnimation idle = new SpriteAnimation(PlayerAnimations.IDLE.ordinal(), 1);
974 sprite.playAnimation(PlayerAnimations.IDLE.ordinal());
1192 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE.ordinal(), 4);
1365 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE.ordinal(), 1);
1517 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE.ordinal(), 2);
1749 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE.ordinal(), 4);
1926 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE.ordinal(), 1);
2196 SpriteAnimation idle = new SpriteAnimation(GenericAnimationComponent.Animation.IDLE, 4);
2294 sprite.playAnimation(GenericAnimationComponent.Animation.IDLE);
2528 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE
[all...]
H A DGenericAnimationComponent.java42 case IDLE:
43 mSprite.playAnimation(Animation.IDLE);
77 public static final int IDLE = 0; field in class:GenericAnimationComponent.Animation
H A DLauncherComponent.java85 parentObject.setCurrentAction(ActionType.IDLE);
H A DNPCAnimationComponent.java25 public static final int IDLE = 0; field in class:NPCAnimationComponent
59 mCurrentAnimation = IDLE;
73 case IDLE:
235 mCurrentAnimation = IDLE;
273 mCurrentAnimation = IDLE;
286 mCurrentAnimation = IDLE;
331 mCurrentAnimation = IDLE;
343 mCurrentAnimation = IDLE;
351 mCurrentAnimation = IDLE;
361 mCurrentAnimation = IDLE;
[all...]

Completed in 3244 milliseconds

12345