Home | History | Annotate | Download | only in jni

Lines Matching refs:MtpStorageInfo

36 #include "MtpStorageInfo.h"
59 // MtpStorageInfo fields
192 MtpStorageInfo* storageInfo = device->getStorageInfo(storageID);
198 LOGE("Could not create a MtpStorageInfo object");
411 {"native_get_storage_info", "(I)Landroid/mtp/MtpStorageInfo;",
466 clazz = env->FindClass("android/mtp/MtpStorageInfo");
468 LOGE("Can't find android/mtp/MtpStorageInfo");
473 LOGE("Can't find android/mtp/MtpStorageInfo constructor");
478 LOGE("Can't find MtpStorageInfo.mStorageId");
483 LOGE("Can't find MtpStorageInfo.mMaxCapacity");
488 LOGE("Can't find MtpStorageInfo.mFreeSpace");
493 LOGE("Can't find MtpStorageInfo.mDescription");
498 LOGE("Can't find MtpStorageInfo.mVolumeIdentifier");