Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDatabase.h71 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;
DMtpTypes.h38 typedef MtpPropertyCode MtpDeviceProperty; typedef
DMtpDevice.h95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpDevice.cpp213 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in initialize()
238 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in print()
538 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
DMtpServer.cpp635 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue()
643 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue()
651 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue()
1081 MtpDeviceProperty propCode = mRequest.getParameter(1); in doGetDevicePropDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp131 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()
927 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1026 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()