Searched defs:getDevice (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h54 framebuffer_device_t const * getDevice() const { return fbDev; } function in class:android::FramebufferNativeWindow
/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/libs/binder/
H A DMemoryHeapBase.cpp183 const char* MemoryHeapBase::getDevice() const { function in class:android::MemoryHeapBase
/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/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/base/services/input/
H A DInputReader.h913 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper

Completed in 2461 milliseconds