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 147 bool MtpServer::hasStorage(MtpStorageID id) {
552 if (!hasStorage(storageID))
568 if (!hasStorage(storageID))
584 if (!hasStorage())
602 if (!hasStorage())
613 if (!hasStorage())
624 if (!hasStorage())
659 if (!hasStorage())
676 if (!hasStorage())
717 if (!hasStorage())
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 342 bool hasStorage() const { return DiagStorage != 0; }
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 301 boolean haveSdCard = hasStorage(false);
479 public static boolean hasStorage() {
480 return hasStorage(true);
483 public static boolean hasStorage(boolean requireWriteAccess) {

Completed in 51 milliseconds