Searched refs:MtpDeviceProperty (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | MtpMockDatabase.h | 76 MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property, MtpDataPacket& packet); 78 MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property, MtpDataPacket& packet); 80 MtpResponseCode resetDeviceProperty(MtpDeviceProperty property); 104 MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
|
D | MtpMockDatabase.cpp | 131 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/ |
D | IMtpDatabase.h | 71 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;
|
D | MtpTypes.h | 37 typedef MtpPropertyCode MtpDeviceProperty; typedef
|
D | MtpDevice.h | 114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
|
D | MtpServer.h | 122 void sendDevicePropertyChanged(MtpDeviceProperty property);
|
D | MtpServer.cpp | 280 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()
|
D | MtpDevice.cpp | 262 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/ |
D | android_mtp_MtpDatabase.cpp | 198 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()
|