/frameworks/base/media/java/android/mtp/ |
D | MtpDevice.java | 59 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/ |
D | CameraBrowser.java | 119 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()
|
D | MtpClient.java | 68 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()
|
D | DeviceDisconnectedReceiver.java | 46 String deviceName = device.getDeviceName(); in onReceive()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDevice.java | 78 public String getDeviceName() { in getDeviceName() method in UsbDevice 218 public static String getDeviceName(int id) { in getDeviceName() method in UsbDevice
|
D | UsbManager.java | 264 String deviceName = device.getDeviceName(); in openDevice()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.h | 75 const char* getDeviceName();
|
D | MtpDevice.cpp | 272 const char* MtpDevice::getDeviceName() { in getDeviceName() function in android::MtpDevice
|
/frameworks/base/media/java/android/media/ |
D | AudioSystem.java | 266 public static String getDeviceName(int device) in getDeviceName() method in AudioSystem
|
D | AudioService.java | 2409 String suffix = AudioSystem.getDeviceName(device); in getSettingNameForDevice()
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbSettingsManager.java | 553 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/ |
D | WifiP2pService.java | 1453 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/ |
D | InputReader.cpp | 2124 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()
|
D | InputReader.h | 866 inline const String8 getDeviceName() { return mDevice->getName(); } in getDeviceName() function
|
/frameworks/base/api/ |
D | 14.txt | 9664 method public java.lang.String getDeviceName(); 9665 method public static java.lang.String getDeviceName(int); 11487 method public java.lang.String getDeviceName();
|
D | 15.txt | 9700 method public java.lang.String getDeviceName(); 9701 method public static java.lang.String getDeviceName(int); 11526 method public java.lang.String getDeviceName();
|
D | current.txt | 10004 method public java.lang.String getDeviceName(); 10005 method public static java.lang.String getDeviceName(int); 12283 method public java.lang.String getDeviceName();
|
D | 16.txt | 10004 method public java.lang.String getDeviceName(); 10005 method public static java.lang.String getDeviceName(int); 12283 method public java.lang.String getDeviceName();
|