Searched refs:getDevice (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java228 public MtpDevice getDevice(String deviceName) { method in class:MtpClient
241 public MtpDevice getDevice(int id) { method in class:MtpClient
274 MtpDevice device = getDevice(deviceName);
306 MtpDevice device = getDevice(deviceName);
321 MtpDevice device = getDevice(deviceName);
342 MtpDevice device = getDevice(deviceName);
378 MtpDevice device = getDevice(deviceName);
393 MtpDevice device = getDevice(deviceName);
411 MtpDevice device = getDevice(deviceName);
/frameworks/base/core/java/android/view/
H A DInputEvent.java56 * @see InputDevice#getDevice
65 public final InputDevice getDevice() { method in class:InputEvent
66 return InputDevice.getDevice(getDeviceId());
H A DInputDevice.java366 public static InputDevice getDevice(int id) { method in class:InputDevice
/frameworks/native/include/binder/
H A DMemoryHeapBase.h69 const char* getDevice() const;
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h54 framebuffer_device_t const * getDevice() const { return fbDev; } function in class:android::FramebufferNativeWindow
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp183 const char* MemoryHeapBase::getDevice() const { function in class:android::MemoryHeapBase
/frameworks/base/services/input/
H A DInputReader.cpp2023 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2108 getDevice(), keyCode, scanCode)) {
2151 if (down && getDevice()->isExternal()
2291 mCursorScrollAccumulator.configure(getDevice());
2343 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2352 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2389 mCursorButtonAccumulator.reset(getDevice());
2390 mCursorMotionAccumulator.reset(getDevice());
2391 mCursorScrollAccumulator.reset(getDevice());
2489 if ((buttonsPressed || moved || scrolled) && getDevice()
[all...]
H A DInputReader.h913 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp358 Device* device = getDevice(deviceId);
363 Device* device = getDevice(deviceId);
369 Device* device = getDevice(deviceId);
382 Device* device = getDevice(deviceId);
387 Device* device = getDevice(deviceId);
392 Device* device = getDevice(deviceId);
397 Device* device = getDevice(deviceId);
402 Device* device = getDevice(deviceId);
408 Device* device = getDevice(deviceId);
421 Device* device = getDevice(deviceI
460 Device* getDevice(int32_t deviceId) const { function in class:android::FakeEventHub
[all...]
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp366 if (w->getDevice() == NULL) {
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp81 return canvas->getDevice()->accessBitmap(false).isOpaque();
87 return canvas->getDevice()->accessBitmap(false).width();
93 return canvas->getDevice()->accessBitmap(false).height();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp307 mHeap->getBase(), mHeap->getSize(), mHeap->getFlags(), mHeap->getDevice());

Completed in 1337 milliseconds