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

/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java75 public String getDeviceName() { method in class:WifiDisplay
/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/av/media/mtp/
H A DMtpDevice.cpp272 const char* MtpDevice::getDeviceName() { function in class:android::MtpDevice
/frameworks/base/media/java/android/media/
H A DAudioSystem.java305 public static String getDeviceName(int device) method in class:AudioSystem
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java1399 getDeviceName(mSavedPeerConfig.deviceAddress)))
1886 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress));
1905 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName(
2214 private String getDeviceName(String deviceAddress) { method in class:WifiP2pService.P2pStateMachine
/frameworks/base/services/input/
H A DInputReader.h915 inline const String8 getDeviceName() { return mDevice->getName(); } function in class:android::InputMapper

Completed in 1214 milliseconds