Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/tests/MtpFuzzer/
DMtpMockDatabase.h104 MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
DMtpMockDatabase.cpp288 MtpProperty* MtpMockDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc() function in android::MtpMockDatabase
/frameworks/av/media/mtp/
DIMtpDatabase.h107 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
DMtpServer.cpp1359 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp235 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
1281 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc() function in MtpDatabase