OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:State_NoMedia
(Results
1 - 4
of
4
) sorted by null
/system/vold/
Volume.h
31
static const int
State_NoMedia
= 0;
Volume.cpp
89
else if (state == Volume::
State_NoMedia
)
208
if (getState() == Volume::
State_NoMedia
) {
305
if ((getState() == Volume::
State_NoMedia
) ||
685
setState(Volume::
State_NoMedia
);
DirectVolume.cpp
49
setState(Volume::
State_NoMedia
);
284
setState(Volume::
State_NoMedia
);
VolumeManager.cpp
938
if (v->getState() == Volume::
State_NoMedia
) {
1098
if (v->getState() == Volume::
State_NoMedia
) {
[
all
...]
Completed in 18 milliseconds