Searched defs:hasStorage (Results 1 – 3 of 3) sorted by relevance
41 bool hasStorage(MtpStorageID storage) { return mStorage.find(storage) != mStorage.end(); } in hasStorage() function
112 inline bool hasStorage() { return mStorages.size() > 0; } in hasStorage() function
163 bool MtpServer::hasStorage(MtpStorageID id) { in hasStorage() function in android::MtpServer