HomeSort by relevance Sort by last modified time
    Searched refs:MtpDevicePropertyList (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/mtp/
MtpDeviceInfo.h 35 MtpDevicePropertyList* mDeviceProperties;
MtpTypes.h 68 typedef UInt16List MtpDevicePropertyList;
MtpDatabase.h 61 virtual MtpDevicePropertyList* getSupportedDeviceProperties() = 0;
MtpServer.cpp 444 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties();
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 128 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
343 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() {
349 MtpDevicePropertyList* list = new MtpDevicePropertyList();
    [all...]

Completed in 426 milliseconds