Home
last modified time | relevance | path

Searched refs:MtpDeviceProperty (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/mtp/
DIMtpDatabase.h71 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;
DMtpTypes.h37 typedef MtpPropertyCode MtpDeviceProperty; typedef
DMtpServer.h122 void sendDevicePropertyChanged(MtpDeviceProperty property);
DMtpDevice.h114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpServer.cpp280 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()
1331 MtpDeviceProperty propCode = mRequest.getParameter(1); in doGetDevicePropDesc()
DMtpDevice.cpp262 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in initialize()
289 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in print()
591 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp141 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
144 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
147 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
167 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);
177 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
566 MtpResponseCode MtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
632 MtpResponseCode MtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
662 MtpResponseCode MtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() argument
1079 bool MtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1211 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()