Home
last modified time | relevance | path

Searched defs:userValue (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DEnumParameterType.cpp131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard()
143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard()
169 bool CEnumParameterType::fromBlackboard(int32_t &userValue, uint32_t value, in fromBlackboard()
DBitParameterType.cpp193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, in fromBlackboard()
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
DGdxCollisionObjectBridge.cpp9 int userValue; member in GdxCollisionObjectBridge
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtCollisionObject.i54 protected int userValue; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCollisionObject.java94 protected int userValue; field in btCollisionObject