Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDatabase.h104 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
DMtpServer.cpp1222 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp179 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
1184 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc() function in MyMtpDatabase