• Home
  • Raw
  • Download

Lines Matching refs:MtpDevice

73 MtpDevice* MtpDevice::open(const char* deviceName, int fd) {  in open()
207 MtpDevice* mtpDevice = new MtpDevice(device, interface->bInterfaceNumber, in open()
219 MtpDevice::MtpDevice(struct usb_device* device, int interface, in MtpDevice() function in android::MtpDevice
245 MtpDevice::~MtpDevice() { in ~MtpDevice()
255 void MtpDevice::initialize() { in initialize()
271 void MtpDevice::close() { in close()
279 void MtpDevice::print() { in print()
322 const char* MtpDevice::getDeviceName() { in getDeviceName()
329 bool MtpDevice::openSession() { in openSession()
350 bool MtpDevice::closeSession() { in closeSession()
355 MtpDeviceInfo* MtpDevice::getDeviceInfo() { in getDeviceInfo()
374 MtpStorageIDList* MtpDevice::getStorageIDs() { in getStorageIDs()
389 MtpStorageInfo* MtpDevice::getStorageInfo(MtpStorageID storageID) { in getStorageInfo()
409 MtpObjectHandleList* MtpDevice::getObjectHandles(MtpStorageID storageID, in getObjectHandles()
428 MtpObjectInfo* MtpDevice::getObjectInfo(MtpObjectHandle handle) { in getObjectInfo()
450 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { in getThumbnail()
465 MtpObjectHandle MtpDevice::sendObjectInfo(MtpObjectInfo* info) { in sendObjectInfo()
519 bool MtpDevice::sendObject(MtpObjectHandle handle, uint32_t size, int srcFD) { in sendObject()
539 bool MtpDevice::deleteObject(MtpObjectHandle handle) { in deleteObject()
552 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) { in getParent()
563 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) { in getStorageID()
574 MtpObjectPropertyList* MtpDevice::getObjectPropsSupported(MtpObjectFormat format) { in getObjectPropsSupported()
591 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
611 bool MtpDevice::setDevicePropValueStr(MtpProperty* property) { in setDevicePropValueStr()
637 MtpProperty* MtpDevice::getObjectPropDesc(MtpObjectProperty code, MtpObjectFormat format) { in getObjectPropDesc()
658 bool MtpDevice::getObjectPropValue(MtpObjectHandle handle, MtpProperty* property) { in getObjectPropValue()
677 bool MtpDevice::readObject(MtpObjectHandle handle, in readObject()
685 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { in readObject()
704 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) { in readObject()
709 bool MtpDevice::readObjectInternal(MtpObjectHandle handle, in readObjectInternal()
725 bool MtpDevice::readData(ReadObjectCallback callback, in readData()
829 bool MtpDevice::readPartialObject(MtpObjectHandle handle, in readPartialObject()
851 bool MtpDevice::readPartialObject64(MtpObjectHandle handle, in readPartialObject64()
874 bool MtpDevice::sendRequest(MtpOperationCode operation) { in sendRequest()
885 bool MtpDevice::sendData() { in sendData()
894 bool MtpDevice::readData() { in readData()
916 MtpResponseCode MtpDevice::readResponse() { in readResponse()
936 int MtpDevice::submitEventRequest() { in submitEventRequest()
953 int MtpDevice::reapEventRequest(int handle, uint32_t (*parameters)[3]) { in reapEventRequest()
968 void MtpDevice::discardEventRequest(int handle) { in discardEventRequest()