HomeSort by relevance Sort by last modified time
    Searched full:finddevice (Results 26 - 31 of 31) sorted by null

12

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 88 mCachedDevice = deviceManager.findDevice(remoteDevice);
DockService.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h 220 STDMETHOD(FindDevice)(THIS_ D3DFINDDEVICESEARCH *search, D3DFINDDEVICERESULT *result) PURE;
235 #define IDirect3D_FindDevice(p,a,b) (p)->lpVtbl->FindDevice(p,a,b)
247 #define IDirect3D_FindDevice(p,a,b) (p)->FindDevice(a,b)
266 STDMETHOD(FindDevice)(THIS_ D3DFINDDEVICESEARCH *search, D3DFINDDEVICERESULT *result) PURE;
282 #define IDirect3D2_FindDevice(p,a,b) (p)->lpVtbl->FindDevice(p,a,b)
294 #define IDirect3D2_FindDevice(p,a,b) (p)->FindDevice(a,b)
314 STDMETHOD(FindDevice)(THIS_ D3DFINDDEVICESEARCH *search, D3DFINDDEVICERESULT *result) PURE;
334 #define IDirect3D3_FindDevice(p,a,b) (p)->lpVtbl->FindDevice(p,a,b)
349 #define IDirect3D3_FindDevice(p,a,b) (p)->FindDevice(a,b)
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
dinput.h     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 273 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 319 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d);

Completed in 883 milliseconds

12