Home
last modified time | relevance | path

Searched refs:MtpDeviceProperty (Results 1 – 7 of 7) 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
DMtpServer.h107 void sendDevicePropertyChanged(MtpDeviceProperty property);
DMtpDevice.h107 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpServer.cpp267 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged()
676 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue()
686 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue()
696 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue()
1170 MtpDeviceProperty propCode = mRequest.getParameter(1); in doGetDevicePropDesc()
DMtpDevice.cpp248 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in initialize()
273 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i]; in print()
584 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp143 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
146 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
149 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
168 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);
178 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
575 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
648 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
678 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() argument
1047 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1179 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()