Home | History | Annotate | Download | only in mtp

Lines Matching refs:MtpObjectHandle

410             MtpObjectFormat format, MtpObjectHandle parent) {
428 MtpObjectInfo* MtpDevice::getObjectInfo(MtpObjectHandle handle) {
450 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) {
465 MtpObjectHandle MtpDevice::sendObjectInfo(MtpObjectInfo* info) {
469 MtpObjectHandle parent = info->mParent;
516 return (MtpObjectHandle)-1;
519 bool MtpDevice::sendObject(MtpObjectHandle handle, int size, int srcFD) {
539 bool MtpDevice::deleteObject(MtpObjectHandle handle) {
552 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) {
555 MtpObjectHandle parent = info->mParent;
563 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) {
566 MtpObjectHandle storageId = info->mStorageID;
632 bool MtpDevice::getObjectPropValue(MtpObjectHandle handle, MtpProperty* property) {
651 bool MtpDevice::readObject(MtpObjectHandle handle,
659 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) {
678 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) {
683 bool MtpDevice::readObjectInternal(MtpObjectHandle handle,
803 bool MtpDevice::readPartialObject(MtpObjectHandle handle,
825 bool MtpDevice::readPartialObject64(MtpObjectHandle handle,