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

1 2 3 4 5

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
BusyDeviceException.java 17 package com.android.mtp;
26 super("The MTP device is busy.");
SendObjectInfoFailure.java 17 package com.android.mtp;
Identifier.java 17 package com.android.mtp;
20 import static com.android.mtp.MtpDatabaseConstants.DocumentType;
MtpDeviceRecord.java 17 package com.android.mtp;
20 import android.mtp.MtpConstants;
MtpRoot.java 17 package com.android.mtp;
19 import android.mtp.MtpStorageInfo;
UsbIntentReceiver.java 17 package com.android.mtp;
MtpManager.java 17 package com.android.mtp;
26 import android.mtp.MtpConstants;
27 import android.mtp.MtpDevice;
28 import android.mtp.MtpDeviceInfo;
29 import android.mtp.MtpEvent;
30 import android.mtp.MtpObjectInfo;
31 import android.mtp.MtpStorageInfo;
44 * The model wrapping android.mtp API.
55 * Subclass for Android style MTP.
65 * Protocol for Android style MTP
    [all...]
MtpFileWriter.java 17 package com.android.mtp;
20 import android.mtp.MtpObjectInfo;
39 final File tempFile = File.createTempFile("mtp", "tmp", context.getCacheDir());
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestServiceIntentSender.java 17 package com.android.mtp;
RealDeviceTest.java 17 package com.android.mtp;
TestResources.java 17 package com.android.mtp;
MtpManagerTest.java 17 package com.android.mtp;
22 import android.mtp.MtpConstants;
23 import android.mtp.MtpEvent;
24 import android.mtp.MtpObjectInfo;
106 getInstrumentation().show("Please take a photo by using connected MTP device.");
TestUtil.java 17 package com.android.mtp;
22 import android.mtp.MtpConstants;
46 * Requests permission for a MTP device and returns the first MTP device that has at least one
61 // When the MTP device is Android, and it changes the USB device type from
62 // "Charging" to "MTP", the device ID will be updated. We need to find a device
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/annotations/
UsedByNative.java 17 package com.android.mtp.annotations;
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 17 package android.mtp;
22 * This class encapsulates information about a storage unit on an MTP device.
24 * section 5.2.2 of the MTP specification.
40 * The storage ID uniquely identifies the storage unit on the MTP device.
69 * MTP host.
MtpStorage.java 17 package android.mtp;
22 * This class represents a storage unit on an MTP device.
23 * Used only for MTP support in USB responder mode.
24 * MtpStorageInfo is used in MTP host mode
MtpDeviceInfo.java 17 package android.mtp;
22 * This class encapsulates information about an MTP device.
24 * section 5.1.1 of the MTP specification.
40 * Returns the manufacturer's name for the MTP device
49 * Returns the model name for the MTP device
58 * Returns the version string the MTP device
67 * Returns the unique serial number for the MTP device
MtpEvent.java 17 package android.mtp;
20 * This class encapsulates information about a MTP event.
21 * This corresponds to the events described in appendix G of the MTP specification.
74 * Returns event code of MTP event.
75 * See the USB-IF MTP specification for the details of event constants.
  /device/google/wahoo/
init.hardware.usb.rc 32 mkdir /config/usb_gadget/g1/functions/ffs.mtp
47 mkdir /dev/usb-ffs/mtp 0770 mtp mtp
48 mkdir /dev/usb-ffs/ptp 0770 mtp mtp
49 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
51 setprop sys.usb.mtp.device_type 3
  /device/google/cuttlefish/shared/config/
init.hardware.usb.rc 32 mkdir /config/usb_gadget/g1/functions/ffs.mtp
46 mkdir /dev/usb-ffs/mtp 0770 mtp mtp
47 mkdir /dev/usb-ffs/ptp 0770 mtp mtp
48 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
50 setprop sys.usb.mtp.device_type 3
55 on property:sys.usb.config=mtp && property:sys.usb.configfs=
    [all...]
  /external/syslinux/mtools/
syslinux.c 195 FILE *mtc, *mtp; local
304 mtp = popen("mcopy -D o -D O -o - s:/ldlinux.sys", "w");
305 if (!mtp ||
307 1, syslinux_ldlinux_len, mtp)
310 1, 2 * ADV_SIZE, mtp)
312 (status = pclose(mtp), !WIFEXITED(status) || WEXITSTATUS(status))) {
363 mtp = popen("mcopy -D o -D O -o - s:/ldlinux.c32", "w");
364 if (!mtp || fwrite((const char _force *)syslinux_ldlinuxc32,
365 1, syslinux_ldlinuxc32_len, mtp)
367 (status = pclose(mtp), !WIFEXITED(status) || WEXITSTATUS(status)))
    [all...]
  /external/libmtp/examples/
evolution-sync.sh 10 SENDFILE=`which mtp-sendfile`
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
IngestObjectInfo.java 4 import android.mtp.MtpDevice;
5 import android.mtp.MtpObjectInfo;
9 * Holds the info needed for the in-memory index of MTP objects.
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectBrowser.java 25 import android.mtp.MtpConstants;
26 import android.mtp.MtpDevice;
27 import android.mtp.MtpObjectInfo;
StorageBrowser.java 22 import android.mtp.MtpDevice;
23 import android.mtp.MtpStorageInfo;

Completed in 336 milliseconds

1 2 3 4 5