Searched refs:getDeviceName (Results 1 - 14 of 14) sorted by relevance

/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/tests/CameraBrowser/src/com/android/camerabrowser/
H A DDeviceDisconnectedReceiver.java46 String deviceName = device.getDeviceName();
H A DCameraBrowser.java119 intent.putExtra("device", mDeviceList.get(position).getDeviceName());
128 Log.d(TAG, "deviceAdded: " + device.getDeviceName());
134 Log.d(TAG, "deviceRemoved: " + device.getDeviceName());
H A DMtpClient.java68 String deviceName = usbDevice.getDeviceName();
180 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
243 return mDevices.get(UsbDevice.getDeviceName(id));
257 if (mDevices.get(usbDevice.getDeviceName()) == null) {
/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
H A DUsbManager.java254 String deviceName = device.getDeviceName();
/frameworks/base/media/mtp/
H A DMtpDevice.h75 const char* getDeviceName();
H A DMtpDevice.cpp272 const char* MtpDevice::getDeviceName() { function in class:android::MtpDevice
/frameworks/base/services/input/
H A DEventHub.h154 virtual String8 getDeviceName(int32_t deviceId) const = 0;
233 virtual String8 getDeviceName(int32_t deviceId) const;
H A DInputReader.cpp344 String8 name = mEventHub->getDeviceName(deviceId);
1902 getDeviceName().string(), keyCode, scanCode);
2650 "The device will be inoperable.", getDeviceName().string());
2664 getDeviceName().string(), mParameters.associatedDisplayId);
2708 getDeviceId(), getDeviceName().string(), width, height, mDeviceMode);
5592 getDeviceName().string(), MAX_POINTERS);
5683 getDeviceName().string(), slotCount, MAX_SLOTS);
5818 getDeviceName().string(), mAxes.size(), PointerCoords::MAX_AXES);
5840 getDeviceName().string(), mAxes.keyAt(i));
5869 getDeviceName()
[all...]
H A DEventHub.cpp214 String8 EventHub::getDeviceName(int32_t deviceId) const {
H A DInputReader.h820 inline const String8 getDeviceName() { return mDevice->getName(); } function in class:android::InputMapper
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java553 mDevicePermissionMap.remove(device.getDeviceName());
781 SparseBooleanArray uidList = mDevicePermissionMap.get(device.getDeviceName());
918 String deviceName = device.getDeviceName();
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp436 virtual String8 getDeviceName(int32_t deviceId) const { function in class:android::FakeEventHub

Completed in 234 milliseconds