Searched refs:MtpDeviceProperty (Results 1 – 6 of 6) sorted by relevance
71 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,74 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;104 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
38 typedef MtpPropertyCode MtpDeviceProperty; typedef
95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
213 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in initialize()238 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in print()538 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
635 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue()643 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue()651 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue()1077 MtpDeviceProperty propCode = mRequest.getParameter(1); in doGetDevicePropDesc()
131 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,134 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,137 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);156 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);166 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);524 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()590 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()647 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty property) { in resetDeviceProperty()924 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()1023 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()