Home
last modified time | relevance | path

Searched refs:getDevicePropertyDesc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
DIMtpDatabase.h105 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
DMtpServer.cpp1315 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp182 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
1267 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc() function in MtpDatabase