OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStorage
(Results
1 - 7
of
7
) 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
...]
/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) {
GalleryPicker.java
529
if (ImageManager.
hasStorage
()) {
MenuHelper.java
[
all
...]
/external/clang/include/clang/Basic/
PartialDiagnostic.h
342
bool
hasStorage
() const { return DiagStorage != 0; }
/external/clang/lib/AST/
DeclBase.cpp
[
all
...]
Completed in 9061 milliseconds