Home
last modified time | relevance | path

Searched refs:getDevice (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java228 public MtpDevice getDevice(String deviceName) { in getDevice() method in MtpClient
241 public MtpDevice getDevice(int id) { in getDevice() method in MtpClient
274 MtpDevice device = getDevice(deviceName); in getStorageList()
306 MtpDevice device = getDevice(deviceName); in getObjectInfo()
321 MtpDevice device = getDevice(deviceName); in deleteObject()
342 MtpDevice device = getDevice(deviceName); in getObjectList()
378 MtpDevice device = getDevice(deviceName); in getObject()
393 MtpDevice device = getDevice(deviceName); in getThumbnail()
411 MtpDevice device = getDevice(deviceName); in importFile()
/frameworks/base/core/java/android/view/
DInputEvent.java65 public final InputDevice getDevice() { in getDevice() method in InputEvent
66 return InputDevice.getDevice(getDeviceId()); in getDevice()
DInputDevice.java396 public static InputDevice getDevice(int id) { in getDevice() method in InputDevice
DViewRootImpl.java4543 InputDevice device = event.getDevice(); in process()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java596 if (svc.getDevice().equals(device) && in getService()
739 public BluetoothDevice getDevice() { in getDevice() method in BluetoothGatt
788 if (service.getDevice().equals(mDevice)) { in getServices()
814 if (service.getDevice().equals(mDevice) && in getService()
845 BluetoothDevice device = service.getDevice(); in readCharacteristic()
884 BluetoothDevice device = service.getDevice(); in writeCharacteristic()
924 BluetoothDevice device = service.getDevice(); in readDescriptor()
962 BluetoothDevice device = service.getDevice(); in writeDescriptor()
1090 BluetoothDevice device = service.getDevice(); in setCharacteristicNotification()
DBluetoothGattService.java123 /*package*/ BluetoothDevice getDevice() { in getDevice() method in BluetoothGattService
/frameworks/native/include/binder/
DMemoryHeapBase.h69 const char* getDevice() const;
/frameworks/native/include/ui/
DFramebufferNativeWindow.h54 framebuffer_device_t const * getDevice() const { return fbDev; } in getDevice() function
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp183 const char* MemoryHeapBase::getDevice() const { in getDevice() function in android::MemoryHeapBase
/frameworks/base/services/input/
DInputReader.cpp2026 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"), in configureParameters()
2111 getDevice(), keyCode, scanCode)) { in processKey()
2153 if (down && getDevice()->isExternal() in processKey()
2293 mCursorScrollAccumulator.configure(getDevice()); in configure()
2345 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) { in configureParameters()
2354 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"), in configureParameters()
2391 mCursorButtonAccumulator.reset(getDevice()); in reset()
2392 mCursorMotionAccumulator.reset(getDevice()); in reset()
2393 mCursorScrollAccumulator.reset(getDevice()); in reset()
2491 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()
[all …]
DInputReader.h919 inline InputDevice* getDevice() { return mDevice; } in getDevice() function
/frameworks/base/services/input/tests/
DInputReader_test.cpp358 Device* device = getDevice(deviceId); in addConfigurationProperty()
363 Device* device = getDevice(deviceId); in addConfigurationMap()
369 Device* device = getDevice(deviceId); in addAbsoluteAxis()
382 Device* device = getDevice(deviceId); in addRelativeAxis()
387 Device* device = getDevice(deviceId); in setKeyCodeState()
392 Device* device = getDevice(deviceId); in setScanCodeState()
397 Device* device = getDevice(deviceId); in setSwitchState()
402 Device* device = getDevice(deviceId); in setAbsoluteAxisValue()
408 Device* device = getDevice(deviceId); in addKey()
421 Device* device = getDevice(deviceId); in addLed()
[all …]
/frameworks/base/core/jni/android/graphics/
DCanvas.cpp92 if (NULL != srcCanvas->getDevice() && NULL != dstCanvas->getDevice()) { in copyCanvasState()
113 return canvas->getDevice()->accessBitmap(false).isOpaque(); in isOpaque()
119 return canvas->getDevice()->accessBitmap(false).width(); in getWidth()
125 return canvas->getDevice()->accessBitmap(false).height(); in getHeight()
/frameworks/native/libs/ui/
DFramebufferNativeWindow.cpp366 if (w->getDevice() == NULL) { in android_createDisplaySurface()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java565 InputDevice device = InputDevice.getDevice(event.getDeviceId()); in addPointerEvent()
/frameworks/base/api/
Dcurrent.txt5169 method public android.bluetooth.BluetoothDevice getDevice();
26493 method public static android.view.InputDevice getDevice(int);
26557 method public final android.view.InputDevice getDevice();