HomeSort by relevance Sort by last modified time
    Searched defs:hasStorage (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/mtp/
MtpServer.h 98 inline bool hasStorage() { return mStorages.size() > 0; }
99 bool hasStorage(MtpStorageID id);
MtpServer.cpp 149 bool MtpServer::hasStorage(MtpStorageID id) {
578 if (!hasStorage(storageID))
596 if (!hasStorage(storageID))
612 if (!hasStorage())
632 if (!hasStorage())
647 if (!hasStorage())
660 if (!hasStorage())
703 if (!hasStorage())
722 if (!hasStorage())
765 if (!hasStorage())
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 330 bool hasStorage() const { return DiagStorage != nullptr; }
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 298 boolean haveSdCard = hasStorage(false);
465 public static boolean hasStorage() {
466 return hasStorage(true);
469 public static boolean hasStorage(boolean requireWriteAccess) {

Completed in 462 milliseconds