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

  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 193 MtpStorageInfo* storageInfo = device->getStorageInfo(storageID);
194 if (!storageInfo)
200 delete storageInfo;
204 if (storageInfo->mStorageID)
205 env->SetIntField(info, field_storageInfo_storageId, storageInfo->mStorageID);
206 if (storageInfo->mMaxCapacity)
207 env->SetLongField(info, field_storageInfo_maxCapacity, storageInfo->mMaxCapacity);
208 if (storageInfo->mFreeSpaceBytes)
209 env->SetLongField(info, field_storageInfo_freeSpace, storageInfo->mFreeSpaceBytes);
210 if (storageInfo->mStorageDescription
    [all...]
  /external/libmtp/src/
libmtp.c     [all...]

Completed in 181 milliseconds