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

/frameworks/av/media/mtp/
H A DMtpDeviceInfo.h35 MtpDevicePropertyList* mDeviceProperties;
H A DMtpTypes.h68 typedef UInt16List MtpDevicePropertyList; typedef in namespace:android
H A DMtpDatabase.h61 virtual MtpDevicePropertyList* getSupportedDeviceProperties() = 0;
H A DMtpServer.cpp444 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties();
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp128 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
343 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() {
349 MtpDevicePropertyList* list = new MtpDevicePropertyList();

Completed in 155 milliseconds