HomeSort by relevance Sort by last modified time
    Searched defs:pDevices (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32JoyStick.cpp 569 IWbemClassObject* pDevices[20] = {0};
621 hr = pEnumDevices->Next(5000, 20, pDevices, &uReturned);
631 hr = pDevices[iDevice]->Get(bstrDeviceID, 0L, &var, NULL, NULL);
664 SAFE_RELEASE(pDevices[iDevice]);
679 SAFE_RELEASE(pDevices[iDevice]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h 169 PBLUETOOTH_DEVICE_INFO pDevices;

Completed in 112 milliseconds