HomeSort by relevance Sort by last modified time
    Searched defs:mtp (Results 1 - 19 of 19) sorted by null

  /frameworks/base/media/java/android/mtp/
MtpDeviceInfo.java 17 package android.mtp;
20 * This class encapsulates information about an MTP device.
22 * section 5.1.1 of the MTP specification.
36 * Returns the manufacturer's name for the MTP device
45 * Returns the model name for the MTP device
54 * Returns the version string the MTP device
63 * Returns the unique serial number for the MTP device
MtpPropertyList.java 17 package android.mtp;
MtpStorage.java 17 package android.mtp;
23 * This class represents a storage unit on an MTP device.
24 * Used only for MTP support in USB responder mode.
25 * MtpStorageInfo is used in MTP host mode
88 * This can be set to a non-zero value to prevent MTP from filling up the entire storage.
MtpStorageInfo.java 17 package android.mtp;
20 * This class encapsulates information about a storage unit on an MTP device.
22 * section 5.2.2 of the MTP specification.
38 * The storage ID uniquely identifies the storage unit on the MTP device.
67 * MTP host.
MtpServer.java 17 package android.mtp;
20 * Java wrapper for MTP/PTP support as USB responder.
MtpDevice.java 17 package android.mtp;
23 * This class represents an MTP or PTP device connected on the USB host bus. An application can
41 * @param device the {@link android.hardware.usb.UsbDevice} for the MTP or PTP device
48 * Opens the MTP device. Once the device is open it takes ownership of the
MtpObjectInfo.java 17 package android.mtp;
20 * This class encapsulates information about an object on an MTP device.
22 * section 5.3.1 of the MTP specification.
51 * Returns the object handle for the MTP object
60 * Returns the storage ID for the MTP object's storage unit
69 * Returns the format code for the MTP object
78 * Returns the protection status for the MTP object
82 * <li> {@link android.mtp.MtpConstants#PROTECTION_STATUS_NONE}
83 * <li> {@link android.mtp.MtpConstants#PROTECTION_STATUS_READ_ONLY}
84 * <li> {@link android.mtp.MtpConstants#PROTECTION_STATUS_NON_TRANSFERABLE_DATA
    [all...]
MtpPropertyGroup.java 17 package android.mtp;
36 // MTP property code
38 // MTP data type
MtpDatabase.java 17 package android.mtp;
77 // true if the database has been modified in the current MTP session
80 // SharedPreferences for writable MTP device properties
    [all...]
MtpConstants.java 17 package android.mtp;
20 * A class containing constants in the MTP and PTP specifications.
24 // MTP Data Types
70 // MTP Response Codes
158 // MTP format codes
296 // MTP object properties
464 // MTP device properties
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/os2/
SDL_syscdrom.c 147 MCI_TOC_PARMS mtp; local
174 mtp.pBuf = mtr;
175 mtp.ulBufSize = cdrom->numtracks*sizeof(MCI_TOC_REC);
176 if (LOUSHORT(mciSendCommand(cdrom->id,MCI_GETTOC,MCI_WAIT,&mtp, 0)) != MCIERR_SUCCESS)
  /external/valgrind/main/include/vki/
vki-mips32-linux.h 809 unsigned long long mtp[3]; /* MTP{0,1,2} */ member in struct:vki_pt_regs
    [all...]
vki-mips64-linux.h 835 unsigned long long mtp[3]; /* MTP{0,1,2} */ member in struct:vki_pt_regs
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 154 milliseconds