Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDeviceInfo.h35 MtpDevicePropertyList* mDeviceProperties;
DMtpTypes.h68 typedef UInt16List MtpDevicePropertyList; typedef
DMtpDatabase.h61 virtual MtpDevicePropertyList* getSupportedDeviceProperties() = 0;
DMtpServer.cpp468 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties(); in doGetDeviceInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp134 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
349 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() { in getSupportedDeviceProperties()
355 MtpDevicePropertyList* list = new MtpDevicePropertyList(); in getSupportedDeviceProperties()