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.h119 void sendDevicePropertyChanged(MtpDeviceProperty property);
DMtpDevice.h114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpServer.cpp278 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()
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.cpp146 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() argument
1135 bool MtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1267 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()