Home
last modified time | relevance | path

Searched defs:getDevice (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/include/ui/
DFramebufferNativeWindow.h54 framebuffer_device_t const * getDevice() const { return fbDev; } in getDevice() function
/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
/frameworks/base/core/java/android/view/
DInputEvent.java65 public final InputDevice getDevice() { in getDevice() method in InputEvent
DInputDevice.java384 public static InputDevice getDevice(int id) { in getDevice() method in InputDevice
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java120 /*package*/ BluetoothDevice getDevice() { in getDevice() method in BluetoothGattService
DBluetoothGatt.java729 public BluetoothDevice getDevice() { in getDevice() method in BluetoothGatt
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp183 const char* MemoryHeapBase::getDevice() const { in getDevice() function in android::MemoryHeapBase
/frameworks/base/services/input/
DInputReader.h917 inline InputDevice* getDevice() { return mDevice; } in getDevice() function
/frameworks/base/services/input/tests/
DInputReader_test.cpp460 Device* getDevice(int32_t deviceId) const { in getDevice() function in android::FakeEventHub