HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceName (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/media/java/android/mtp/
MtpDevice.java 59 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() {
92 return mDevice.getDeviceName();
108 return mDevice.getDeviceName();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUSubtarget.h 56 std::string getDeviceName() const;
AMDILNIDevice.cpp 18 std::string name = ST->getDeviceName();
AMDGPUSubtarget.cpp 86 AMDGPUSubtarget::getDeviceName() const
AMDIL7XXDevice.cpp 18 std::string name = mSTM->getDeviceName();
AMDILEvergreenDevice.cpp 16 std::string name = ST->getDeviceName();
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 70 std::string getDeviceName() const;
AMDGPUSubtarget.cpp 105 AMDGPUSubtarget::getDeviceName() const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUSubtarget.h 56 std::string getDeviceName() const;
AMDILNIDevice.cpp 18 std::string name = ST->getDeviceName();
AMDGPUSubtarget.cpp 86 AMDGPUSubtarget::getDeviceName() const
AMDIL7XXDevice.cpp 18 std::string name = mSTM->getDeviceName();
AMDILEvergreenDevice.cpp 16 std::string name = ST->getDeviceName();
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DeviceDisconnectedReceiver.java 46 String deviceName = device.getDeviceName();
CameraBrowser.java 119 intent.putExtra("device", mDeviceList.get(position).getDeviceName());
128 Log.d(TAG, "deviceAdded: " + device.getDeviceName());
134 Log.d(TAG, "deviceRemoved: " + device.getDeviceName());
MtpClient.java 68 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/
UsbDevice.java 78 public String getDeviceName() {
218 public static String getDeviceName(int id) {
UsbManager.java 264 String deviceName = device.getDeviceName();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 76 String deviceName = usbDevice.getDeviceName();
186 String deviceName = usbDevice.getDeviceName();
200 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
269 return mDevices.get(UsbDevice.getDeviceName(id));
283 if (mDevices.get(usbDevice.getDeviceName()) == null) {
  /frameworks/av/media/mtp/
MtpDevice.h 75 const char* getDeviceName();
  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.java 86 public String getDeviceName() {
  /cts/suite/cts/utils/
get_csv_report.py 132 def getDeviceName(self):
182 values["device"] = deviceResults[j].getDeviceName()
  /frameworks/base/services/java/com/android/server/display/
PersistentDataStore.java 108 return new WifiDisplay(display.getDeviceAddress(), display.getDeviceName(),
277 serializer.attribute(null, "deviceName", display.getDeviceName());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 310 public String getDeviceName(BluetoothDevice device) {
448 + getDeviceName(mRemoteDevice));
467 + getDeviceName(mRemoteDevice));
BluetoothOppTransferAdapter.java 98 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice);

Completed in 584 milliseconds

1 2 3