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

/frameworks/base/core/java/android/view/
H A DInputEvent.java41 * @see InputDevice#getDevice
50 public final InputDevice getDevice() { method in class:InputEvent
51 return InputDevice.getDevice(getDeviceId());
H A DInputDevice.java299 public static InputDevice getDevice(int id) { method in class:InputDevice
/frameworks/base/include/ui/
H A DFramebufferNativeWindow.h55 framebuffer_device_t const * getDevice() const { return fbDev; } function in class:android::FramebufferNativeWindow
/frameworks/base/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/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java1340 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothDeviceProfileState
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp328 Device* device = getDevice(deviceId);
333 Device* device = getDevice(deviceId);
339 Device* device = getDevice(deviceId);
352 Device* device = getDevice(deviceId);
357 Device* device = getDevice(deviceId);
362 Device* device = getDevice(deviceId);
367 Device* device = getDevice(deviceId);
372 Device* device = getDevice(deviceId);
377 Device* device = getDevice(deviceId);
385 Device* device = getDevice(deviceI
426 Device* getDevice(int32_t deviceId) const { function in class:android::FakeEventHub
[all...]
/frameworks/base/services/input/
H A DInputReader.h818 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper

Completed in 185 milliseconds