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

/frameworks/av/media/mtp/
H A 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;
H A DMtpTypes.h38 typedef MtpPropertyCode MtpDeviceProperty; typedef in namespace:android
H A DMtpDevice.h95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
H A DMtpServer.cpp635 MtpDeviceProperty property = mRequest.getParameter(1);
643 MtpDeviceProperty property = mRequest.getParameter(1);
651 MtpDeviceProperty property = mRequest.getParameter(1);
1080 MtpDeviceProperty propCode = mRequest.getParameter(1);
H A DMtpDevice.cpp213 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i];
238 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i];
538 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) {
/frameworks/base/media/jni/
H A 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,
590 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property,
647 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty property) {
926 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) {
1025 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty propert
[all...]

Completed in 3886 milliseconds