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;105 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
37 typedef MtpPropertyCode MtpDeviceProperty; typedef
119 void sendDevicePropertyChanged(MtpDeviceProperty property);
114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
278 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged()686 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue()696 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue()706 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue()1313 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()
146 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,149 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,152 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);172 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);182 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);571 MtpResponseCode MtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()637 MtpResponseCode MtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()667 MtpResponseCode MtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() argument1135 bool MtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()1267 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()