Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/tests/MtpFuzzer/
DMtpMockDatabase.h76 MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property, MtpDataPacket& packet);
78 MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property, MtpDataPacket& packet);
80 MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
104 MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
DMtpMockDatabase.cpp131 MtpResponseCode MtpMockDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
137 MtpResponseCode MtpMockDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
143 MtpResponseCode MtpMockDatabase::resetDeviceProperty(MtpDeviceProperty property) { in resetDeviceProperty()
288 MtpProperty* MtpMockDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()
/frameworks/av/media/mtp/
DIMtpDatabase.h71 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
74 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;
107 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
DMtpTypes.h37 typedef MtpPropertyCode MtpDeviceProperty; typedef
DMtpDevice.h114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpServer.h122 void sendDevicePropertyChanged(MtpDeviceProperty property);
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()
1357 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.cpp198 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
201 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
204 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
225 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);
235 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
624 MtpResponseCode MtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
690 MtpResponseCode MtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
720 MtpResponseCode MtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() argument
1149 bool MtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1281 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()