Searched refs:EType (Results 1 – 7 of 7) sorted by relevance
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/ |
D | OISForceFeedback.h | 97 typedef std::multimap<Effect::EForce, Effect::EType> SupportedEffectList; 108 bool supportsEffect(Effect::EForce force, Effect::EType type) const; 110 void _addEffectTypes( Effect::EForce force, Effect::EType type );
|
D | OISEffect.h | 69 enum EType enum 88 static const char* getEffectTypeName(EType eValue); 109 Effect(EForce ef, EType et); 113 const EType type;
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/ |
D | OISForceFeedback.cpp | 34 void ForceFeedback::_addEffectTypes( Effect::EForce force, Effect::EType type ) in _addEffectTypes() 40 mSupportedEffects.insert(std::pair<Effect::EForce, Effect::EType>(force, type)); in _addEffectTypes() 62 bool ForceFeedback::supportsEffect(Effect::EForce force, Effect::EType type) const in supportsEffect()
|
D | OISEffect.cpp | 54 const char* Effect::getEffectTypeName(Effect::EType eValue) in getEffectTypeName() 77 Effect::Effect(EForce ef, EType et) : in Effect()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 120 } EType = ExprSafeType; in checkExprMemoryConstraintCompat() local 125 EType = ExprBitfield; in checkExprMemoryConstraintCompat() 127 EType = ExprVectorElt; in checkExprMemoryConstraintCompat() 129 EType = ExprGlobalRegVar; in checkExprMemoryConstraintCompat() 131 if (EType != ExprSafeType) { in checkExprMemoryConstraintCompat() 133 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/ |
D | EventHelpers.cpp | 284 map<int, Effect::EType> typeMap; in enumerateForceFeedback()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/ |
D | FFConsoleDemo.cpp | 654 const Effect::EType eType = _vecEffects[nEffInd]->getFFEffect()->type; in checkPlayableEffects()
|