Searched refs:MtpDeviceProperty (Results 1 – 7 of 7) 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
125 void sendDevicePropertyChanged(MtpDeviceProperty property);
114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
288 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged()688 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue()698 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue()708 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue()1205 MtpDeviceProperty propCode = mRequest.getParameter(1); in doGetDevicePropDesc()
262 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in initialize()289 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in print()591 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
144 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,147 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,150 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);169 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);179 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);576 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()649 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()679 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() argument1049 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()1181 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()