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.cpp445 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties(); in doGetDeviceInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp133 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
348 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() { in getSupportedDeviceProperties()
354 MtpDevicePropertyList* list = new MtpDevicePropertyList(); in getSupportedDeviceProperties()