Lines Matching refs:mDeviceId
253 openDevice(parentIdentifier.mDeviceId); in queryChildDocuments()
289 openDevice(identifier.mDeviceId); in openDocument()
290 final MtpDeviceRecord device = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord; in openDocument()
343 openDevice(identifier.mDeviceId); in openDocumentThumbnail()
358 openDevice(identifier.mDeviceId); in deleteDocument()
360 mMtpManager.deleteDocument(identifier.mDeviceId, identifier.mObjectHandle); in deleteDocument()
397 openDevice(parentId.mDeviceId); in createDocument()
398 record = getDeviceToolkit(parentId.mDeviceId).mDeviceRecord; in createDocument()
464 parentId.mDeviceId, infoUniqueName, pipe[1]); in createDocument()
482 parentId.mDeviceId, parentDocumentId, record.operationsSupported, in createDocument()
710 return getDeviceToolkit(identifier.mDeviceId).mPipeManager; in getPipeManager()
714 return getDeviceToolkit(identifier.mDeviceId).mDocumentLoader; in getDocumentLoader()
793 final MtpDeviceRecord record = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord; in onRead()
798 identifier.mDeviceId, identifier.mObjectHandle, offset, size, data); in onRead()
804 identifier.mDeviceId, identifier.mObjectHandle, offset, size, data); in onRead()
851 mWriter.getDocumentId()).mDeviceId).mDeviceRecord; in tryFsync()