Searched refs:mtp (Results 1 – 25 of 133) sorted by relevance
123456
/external/libmtp/examples/ |
D | Makefile.am | 1 bin_PROGRAMS=mtp-connect mtp-detect mtp-tracks mtp-files \ 2 mtp-folders mtp-trexist mtp-playlists mtp-getplaylist \ 3 mtp-format mtp-albumart mtp-albums mtp-newplaylist mtp-emptyfolders \ 4 mtp-thumb mtp-reset mtp-filetree 30 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-delfile$(EXEEXT) 31 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-getfile$(EXEEXT) 32 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-newfolder$(EXEEXT) 33 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendfile$(EXEEXT) 34 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendtr$(EXEEXT)
|
D | .gitignore | 3 mtp-*
|
D | evolution-sync.sh | 10 SENDFILE=`which mtp-sendfile`
|
/external/libmtp/ |
D | Makefile.am | 18 libmtp.usermap: util/mtp-hotplug 19 util/mtp-hotplug > libmtp.usermap 21 @UDEV_RULES@: util/mtp-hotplug 22 util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 24 libmtp.fdi: util/mtp-hotplug 25 util/mtp-hotplug -H > libmtp.fdi 27 $(hwdb_DATA): util/mtp-hotplug 28 util/mtp-hotplug -w > $(hwdb_DATA)
|
D | README | 19 https://github.com/nemomobile/buteo-mtp 23 - Ubuntu/Ricardo Salveti has mtp-server and libmtp-server going: 24 https://code.launchpad.net/~phablet-team/mtp/trunk 25 http://bazaar.launchpad.net/~phablet-team/mtp/trunk/files 150 mtp-detect 165 * mtp-* tools doesn't work because someone else is already hogging 181 killall gvfs-mtp-volume-monitor 184 Then plug in the device and issue "mtp-detect" to figure out if 196 you run some command-line example like "mtp-detect" while 225 like the mtp examples work with them. You could implement new [all …]
|
D | INSTALL | 64 % ldd /usr/lib/rhytmbox/plugins/mtpdevice/libmtpdevice.so | grep mtp 65 % ldd /usr/bin/gnomad2 | grep mtp 121 By default, libmtp will add the program-prefix "mtp-" to all the 125 try to tag on "--program-prefix=mtp-" to the "configure" command. 128 make the mtp-probe (which is built for Linux only) install into
|
D | ChangeLog | 23 * utils/mtp-probe.c: enhanced to use libmtp intrinsics 26 * utils/mtp-hotplug.c: utilize mtp-probe. 27 * src/libmtp.h.in: add new interface used by the mtp-probe 32 executable examples prefixed with "mtp-*" just set this 34 * configure.ac: drop the default "mtp-*" prefixing of all 36 * Makefile.am: install the mtp-probe script in the 45 * utils/: move out mtp-hotplug into its own subdir, 47 * utils/mtp-hotplug.c: moved the hotplug program here. 50 * utils/mtp-probe.c: C program intended to check if 356 of objectinfos, mtp proplists (and more). [all …]
|
/external/libmtp/util/ |
D | Makefile.am | 2 bin_PROGRAMS=mtp-hotplug 3 mtp_hotplug_SOURCES=mtp-hotplug.c 6 mtp_probe_PROGRAMS=mtp-probe 7 mtp_probe_SOURCES=mtp-probe.c
|
D | .gitignore | 3 mtp-hotplug 4 mtp-probe
|
/external/cros/system_api/dbus/ |
D | mtp_file_entry.proto | 9 // This protobuf is for sending file entries from a mtp/ptp device to the 12 // The id for the file on the mtp/ptp device. 15 // The id of this file's parent on the mtp/ptp device.
|
D | mtp_storage_info.proto | 9 // This protobuf is for sending the characteristics of a storage from a mtp/ptp
|
/external/libmtp/logs/ |
D | mtp-detect-blu-studio-hd.txt | 1 Output of mtp-detect: 3 hari@hari-VGN-N250N:~/Desktop$ mtp-detect 123 me@me-VGN-N250N:~/Desktop$ mtp-detect
|
D | mtp-detect-asus-me301t.txt | 1 mtp-detect:
|
D | mtp-detect-samsung-gt-i9300.txt | 1 My mtp-detect output on Ubuntu 12.04 is the following: 184 $ mtp-detect
|
D | mtp-detect-yota-phone.txt | 21 ~ # /usr/bin/mtp-detect
|
D | mtp-detect-thomson-m51.txt | 1 mtp-detect
|
D | mtp-detect-hp-touchpad.txt | 1 $ mtp-detect
|
D | mtp-detect-sony-xperia-sx.txt | 1 coze@coze-lin64:~$sudo mtp-detect
|
D | mtp-detect-sonyericsson-w890i.txt | 1 # mtp-detect
|
D | mtp-detect-iriver-t60.txt | 1 mtp-detect log:
|
/external/u-boot/arch/mips/include/asm/ |
D | ptrace.h | 41 unsigned long long mtp[6]; /* MTP{0-5} */ member
|
/external/skqp/tests/ |
D | GrMeshTest.cpp | 391 GrMeshTestProcessor mtp(mesh.isInstanced(), mesh.hasVertexData()); in drawMesh() local 392 fState->rtCommandBuffer()->draw(mtp, pipeline, nullptr, nullptr, &mesh, 1, in drawMesh()
|
/external/skia/tests/ |
D | GrMeshTest.cpp | 388 GrMeshTestProcessor mtp(mesh.isInstanced(), mesh.hasVertexData()); in drawMesh() local 389 fState->rtCommandBuffer()->draw(mtp, pipeline, nullptr, nullptr, &mesh, 1, in drawMesh()
|
/external/autotest/client/site_tests/security_SandboxedServices/ |
D | baseline | 55 mtpd,mtp,mtp,Yes,Yes,Yes,Yes,Yes
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 340 mtp{""}
|
123456