HomeSort by relevance Sort by last modified time
    Searched refs:devID (Results 1 - 14 of 14) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISObject.h 72 int devID, InputManager* creator) :
76 mDevID(devID),
OISMouse.h 128 Mouse(const std::string &vendor, bool buffered, int devID, InputManager* creator)
129 : Object(vendor, OISMouse, buffered, devID, creator), mListener(0) {}
OISMultiTouch.h 159 MultiTouch(const std::string &vendor, bool buffered, int devID, InputManager* creator)
160 : Object(vendor, OISMultiTouch, buffered, devID, creator), mListener(0) {}
OISJoyStick.h 127 Each JoyStick instance can use the same callback class, as a devID number will be provided
210 JoyStick(const std::string &vendor, bool buffered, int devID, InputManager* creator);
OISKeyboard.h 298 Keyboard(const std::string &vendor, bool buffered, int devID, InputManager* creator)
299 : Object(vendor, OISKeyboard, buffered, devID, creator),
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISJoyStick.cpp 28 JoyStick::JoyStick(const std::string &vendor, bool buffered, int devID, InputManager* creator) :
29 Object(vendor, OISJoyStick, buffered, devID, creator),
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
CocoaJoyStick.h 51 CocoaJoyStick(const std::string& vendor, bool buffered, HidInfo* info, InputManager* creator, int devID);
MacJoyStick.h 51 MacJoyStick(const std::string& vendor, bool buffered, HidInfo* info, InputManager* creator, int devID);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 623 const int devID = intelScreen->deviceID;
624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID))
626 else if (IS_SNB_GT2(devID) || IS_IVB_GT2(devID) || IS_HSW_GT2(devID))
631 if (IS_HASWELL(devID)) {
633 } else if (IS_G4X(devID)) {
635 } else if (IS_945(devID)) {
    [all...]
  /external/opencv3/modules/core/src/
cuda_info.cpp 111 const int devId = getDevice();
115 if (devId < cache_size && versions[devId] >= 0)
117 version = versions[devId];
121 DeviceInfo dev(devId);
123 if (devId < cache_size)
124 versions[devId] = version;
311 const cudaDeviceProp* get(int devID) const;
325 for (int devID = 0; devID < count; ++devID
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacJoyStick.cpp 35 MacJoyStick::MacJoyStick(const std::string &vendor, bool buffered, HidInfo* info, InputManager* creator, int devID) :
36 JoyStick(vendor, buffered, devID, creator), mInfo(info)
CocoaJoyStick.mm 35 CocoaJoyStick::CocoaJoyStick(const std::string &vendor, bool buffered, HidInfo* info, InputManager* creator, int devID) :
36 JoyStick(vendor, buffered, devID, creator), mInfo(info)
MacHIDManager.cpp 446 int devID = totalDevs - freeDevs;
452 obj = new MacJoyStick((*it)->combinedKey, bufferMode, *it, creator, devID);
  /frameworks/base/libs/common_time/
common_time_server_packets.cpp 65 inline uint64_t packDeviceID(uint64_t devID, uint8_t prio) {
66 return (devID & kDeviceIDMask) |

Completed in 235 milliseconds