Home | History | Annotate | Download | only in mtp

Lines Matching defs:MtpStorage

17 #define LOG_TAG "MtpStorage"
21 #include "MtpStorage.h"
35 MtpStorage::MtpStorage(MtpStorageID id, const char* filePath,
46 ALOGV("MtpStorage id: %d path: %s\n", id, filePath);
49 MtpStorage::~MtpStorage() {
52 int MtpStorage::getType() const {
56 int MtpStorage::getFileSystemType() const {
60 int MtpStorage::getAccessCapability() const {
64 uint64_t MtpStorage::getMaxCapacity() {
74 uint64_t MtpStorage::getFreeSpace() {
82 const char* MtpStorage::getDescription() const {