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
95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
107 void sendDevicePropertyChanged(MtpDeviceProperty property);
266 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged()675 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue()685 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue()695 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue()1162 MtpDeviceProperty propCode = mRequest.getParameter(1); in doGetDevicePropDesc()
213 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in initialize()238 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in print()544 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
138 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,141 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,144 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);163 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);173 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);560 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()633 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()663 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() argument959 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()1091 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()