Home
last modified time | relevance | path

Searched refs:getDeviceName (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpDevice.java59 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor()); in open()
91 public String getDeviceName() { in getDeviceName() method in MtpDevice
92 return mDevice.getDeviceName(); in getDeviceName()
108 return mDevice.getDeviceName(); in toString()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java119 intent.putExtra("device", mDeviceList.get(position).getDeviceName()); in onListItemClick()
128 Log.d(TAG, "deviceAdded: " + device.getDeviceName()); in deviceAdded()
134 Log.d(TAG, "deviceRemoved: " + device.getDeviceName()); in deviceRemoved()
DMtpClient.java68 String deviceName = usbDevice.getDeviceName();
180 mDevices.put(usbDevice.getDeviceName(), mtpDevice); in openDeviceLocked()
243 return mDevices.get(UsbDevice.getDeviceName(id)); in getDevice()
257 if (mDevices.get(usbDevice.getDeviceName()) == null) { in getDeviceList()
DDeviceDisconnectedReceiver.java46 String deviceName = device.getDeviceName(); in onReceive()
/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java78 public String getDeviceName() { in getDeviceName() method in UsbDevice
218 public static String getDeviceName(int id) { in getDeviceName() method in UsbDevice
DUsbManager.java264 String deviceName = device.getDeviceName(); in openDevice()
/frameworks/av/media/mtp/
DMtpDevice.h75 const char* getDeviceName();
DMtpDevice.cpp272 const char* MtpDevice::getDeviceName() { in getDeviceName() function in android::MtpDevice
/frameworks/base/media/java/android/media/
DAudioSystem.java266 public static String getDeviceName(int device) in getDeviceName() method in AudioSystem
DAudioService.java2409 String suffix = AudioSystem.getDeviceName(device); in getSettingNameForDevice()
/frameworks/base/services/java/com/android/server/usb/
DUsbSettingsManager.java553 mDevicePermissionMap.remove(device.getDeviceName()); in deviceDetached()
781 SparseBooleanArray uidList = mDevicePermissionMap.get(device.getDeviceName()); in hasPermission()
918 String deviceName = device.getDeviceName(); in grantDevicePermission()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pService.java1453 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent()
1472 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived()
1540 private String getDeviceName(String deviceAddress) { in getDeviceName() method in WifiP2pService.P2pStateMachine
/frameworks/base/services/input/
DInputReader.cpp2124 getDeviceName().string(), keyCode, scanCode); in processKey()
2879 "The device will be inoperable.", getDeviceName().string()); in configureSurface()
2893 getDeviceName().string(), mParameters.associatedDisplayId); in configureSurface()
2937 getDeviceId(), getDeviceName().string(), width, height, mDeviceMode); in configureSurface()
5825 getDeviceName().string(), MAX_POINTERS); in syncTouch()
5916 getDeviceName().string(), slotCount, MAX_SLOTS); in configureRawPointerAxes()
6058 getDeviceName().string(), mAxes.size(), PointerCoords::MAX_AXES); in configure()
6080 getDeviceName().string(), mAxes.keyAt(i)); in configure()
6109 getDeviceName().string(), mAxes.keyAt(i)); in pruneAxes()
DInputReader.h866 inline const String8 getDeviceName() { return mDevice->getName(); } in getDeviceName() function
/frameworks/base/api/
D14.txt9664 method public java.lang.String getDeviceName();
9665 method public static java.lang.String getDeviceName(int);
11487 method public java.lang.String getDeviceName();
D15.txt9700 method public java.lang.String getDeviceName();
9701 method public static java.lang.String getDeviceName(int);
11526 method public java.lang.String getDeviceName();
Dcurrent.txt10004 method public java.lang.String getDeviceName();
10005 method public static java.lang.String getDeviceName(int);
12283 method public java.lang.String getDeviceName();
D16.txt10004 method public java.lang.String getDeviceName();
10005 method public static java.lang.String getDeviceName(int);
12283 method public java.lang.String getDeviceName();