Searched defs:getDeviceName (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java78 public String getDeviceName() { method in class:UsbDevice
218 public static String getDeviceName(int id) { method in class:UsbDevice
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java59 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
86 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceName}
91 public String getDeviceName() { method in class:MtpDevice
92 return mDevice.getDeviceName();
108 return mDevice.getDeviceName();
/frameworks/base/media/mtp/
H A DMtpDevice.cpp272 const char* MtpDevice::getDeviceName() { function in class:android::MtpDevice
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp436 virtual String8 getDeviceName(int32_t deviceId) const { function in class:android::FakeEventHub
/frameworks/base/services/input/
H A DInputReader.h820 inline const String8 getDeviceName() { return mDevice->getName(); } function in class:android::InputMapper

Completed in 194 milliseconds