Home
last modified time | relevance | path

Searched refs:EType (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISForceFeedback.h97 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 );
DOISEffect.h69 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/
DOISForceFeedback.cpp34 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()
DOISEffect.cpp54 const char* Effect::getEffectTypeName(Effect::EType eValue) in getEffectTypeName()
77 Effect::Effect(EForce ef, EType et) : in Effect()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp120 } 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/
DEventHelpers.cpp284 map<int, Effect::EType> typeMap; in enumerateForceFeedback()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DFFConsoleDemo.cpp654 const Effect::EType eType = _vecEffects[nEffInd]->getFFEffect()->type; in checkPlayableEffects()