Searched refs:mFreeSpaceBytes (Results 1 – 3 of 3) sorted by relevance
34 mFreeSpaceBytes(0), in MtpStorageInfo()56 if (!packet.getUInt64(mFreeSpaceBytes)) return false; in read()73 mMaxCapacity, mFreeSpaceBytes, mFreeSpaceObjects); in print()
33 uint64_t mFreeSpaceBytes; variable
326 if (storageInfo->mFreeSpaceBytes) in android_mtp_MtpDevice_get_storage_info()327 env->SetLongField(info, field_storageInfo_freeSpace, storageInfo->mFreeSpaceBytes); in android_mtp_MtpDevice_get_storage_info()